Win32: Fix build on VC++ 2008

This is not official support for VC++ 2008.

Fixes #821.
This commit is contained in:
Camilla Löwy
2016-11-16 23:05:47 +01:00
parent f4d0c83181
commit cc9168bda1
3 changed files with 260 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
link_libraries(glfw)
include_directories(${glfw_INCLUDE_DIRS})
if (BUILD_SHARED_LIBS)
link_libraries("${MATH_LIBRARY}")
endif()