Exclude glew from manual build duo to errors. Using precompiled packages.
This commit is contained in:
parent
5a3e07f4f3
commit
1d48d390d3
5 changed files with 12 additions and 10 deletions
6
Externals/CMakeLists.txt
vendored
6
Externals/CMakeLists.txt
vendored
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
add_subdirectory(glew/build/cmake/)
|
||||
target_compile_definitions(glew_s PUBLIC GLEW_NO_GLU)
|
||||
#add_subdirectory(glew/build/cmake/)
|
||||
#target_compile_definitions(glew_s PUBLIC GLEW_NO_GLU)
|
||||
|
||||
add_subdirectory(glfw)
|
||||
|
||||
|
|
@ -49,4 +49,4 @@ set_target_properties(${PROJECT_NAME} PROPERTIES
|
|||
|
||||
project(ImageIO)
|
||||
add_library(${PROJECT_NAME} INTERFACE)
|
||||
target_include_directories(${PROJECT_NAME} INTERFACE ./imageIO/)
|
||||
target_include_directories(${PROJECT_NAME} INTERFACE ./imageIO/)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue