Add GLFW_DLL to target interface

This commit is contained in:
Zbigniew Mandziejewicz
2016-02-02 00:52:55 +01:00
committed by Camilla Berglund
parent a247f7d797
commit 8637612908
3 changed files with 1 additions and 2 deletions
-1
View File
@@ -2,7 +2,6 @@
link_libraries(glfw)
if (BUILD_SHARED_LIBS)
add_definitions(-DGLFW_DLL)
link_libraries("${MATH_LIBRARY}")
else()
link_libraries(${glfw_LIBRARIES})