Exclude glew from manual build duo to errors. Using precompiled packages.

This commit is contained in:
IlyaShurupov 2024-01-10 15:47:47 +03:00
parent f7fd0c5942
commit 81e16e1c50
5 changed files with 12 additions and 10 deletions

View file

@ -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/)

1
Externals/glew vendored

@ -1 +0,0 @@
Subproject commit a98195b83df746202bdf5a6f92e9d4e86b497045