Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Courses
DrawSVG
Commits
fec01956
Commit
fec01956
authored
Sep 13, 2017
by
Nick Sharp
Browse files
Build with local freetype
parent
0a7a5799
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMU462/CMakeLists.txt
View file @
fec01956
...
...
@@ -161,7 +161,8 @@ endif(WIN32)
# Required packages
find_package
(
OpenGL REQUIRED
)
if
(
NOT WIN32
)
find_package
(
Freetype REQUIRED
)
#find_package(Freetype REQUIRED)
add_subdirectory
(
"
${
CMU462_SOURCE_DIR
}
/deps/freetype"
)
endif
()
# Use pkg-config for GLEW & GLFW if available
...
...
CMakeLists.txt
View file @
fec01956
...
...
@@ -146,9 +146,9 @@ endif(WIN32)
# Required packages
find_package
(
OpenGL REQUIRED
)
find_package
(
Threads REQUIRED
)
if
(
NOT WIN32
)
find_package
(
Freetype REQUIRED
)
endif
()
#
if (NOT WIN32)
#
find_package(Freetype REQUIRED)
#
endif ()
# CMU462
if
(
BUILD_LIBCMU462
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment