Had to put the LIMK_DIRECTORIES line back in, as windows didn't work without it.

This commit is contained in:
David Williams 2009-03-30 19:43:38 +00:00
parent 329093abcf
commit a703bf7a43

View File

@ -49,6 +49,7 @@ FIND_PACKAGE(OpenGL REQUIRED)
#Tell CMake the paths for OpenGL and for PolyVox (which is just relative to our current location)
INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS} ${OPENGL_INCLUDE_DIR} "../../library/include")
LINK_DIRECTORIES("../../library")
#Build
ADD_EXECUTABLE(OpenGLExample ${SRC_FILES})