Fix CMake variables to allow adding SFML as a dependency.
This commit is contained in:
parent
550ef632e3
commit
13986b2a3b
20 changed files with 44 additions and 44 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
set(SRCROOT ${CMAKE_SOURCE_DIR}/examples/win32)
|
||||
set(SRCROOT ${PROJECT_SOURCE_DIR}/examples/win32)
|
||||
|
||||
# all source files
|
||||
set(SRC ${SRCROOT}/Win32.cpp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue