CMake: add library deps to CMakeLists.txt
Tested to work on Linux and macOS. This will be enabled once all platforms are verified. See D4684
This commit is contained in:
@@ -51,6 +51,7 @@ set(SRC
|
||||
)
|
||||
|
||||
set(LIB
|
||||
${GLEW_LIBRARY}
|
||||
)
|
||||
|
||||
add_definitions(${GL_DEFINITIONS})
|
||||
|
||||
Reference in New Issue
Block a user