Fix CMake variables to allow adding SFML as a dependency.

This commit is contained in:
Martin Foot 2011-08-07 14:33:42 +01:00
parent 550ef632e3
commit 13986b2a3b
20 changed files with 44 additions and 44 deletions

View file

@ -1,5 +1,5 @@
set(SRCROOT ${CMAKE_SOURCE_DIR}/examples/opengl)
set(SRCROOT ${PROJECT_SOURCE_DIR}/examples/opengl)
# all source files
set(SRC ${SRCROOT}/OpenGL.cpp)