mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
Add GLFW_DLL to target interface
This commit is contained in:
committed by
Camilla Berglund
parent
a247f7d797
commit
8637612908
@@ -2,7 +2,6 @@
|
||||
link_libraries(glfw)
|
||||
|
||||
if (BUILD_SHARED_LIBS)
|
||||
add_definitions(-DGLFW_DLL)
|
||||
link_libraries("${MATH_LIBRARY}")
|
||||
else()
|
||||
link_libraries(${glfw_LIBRARIES})
|
||||
|
||||
Reference in New Issue
Block a user