mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-03 19:05:59 -04:00
Rename demo directory to demos, as there're now actually multiple of them
This commit is contained in:
parent
151f9704ac
commit
b0d0cb7911
@ -43,7 +43,7 @@ IF(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR)
|
||||
)
|
||||
|
||||
FOREACH(DEMO ${DEMOS})
|
||||
ADD_EXECUTABLE(demo_${DEMO} demo/${DEMO}.cc)
|
||||
ADD_EXECUTABLE(demo_${DEMO} demos/${DEMO}.cc)
|
||||
TARGET_LINK_LIBRARIES(demo_${DEMO} SDL2pp)
|
||||
ENDFOREACH(DEMO ${DEMOS})
|
||||
ELSE(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR)
|
||||
|
Loading…
x
Reference in New Issue
Block a user