mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-09-15 18:30:03 -04:00
Remove demo_ prefix from demos
This commit is contained in:
parent
7357952e5a
commit
26de0e0cbd
@ -5,6 +5,6 @@ SET(DEMOS
|
|||||||
)
|
)
|
||||||
|
|
||||||
FOREACH(DEMO ${DEMOS})
|
FOREACH(DEMO ${DEMOS})
|
||||||
ADD_EXECUTABLE(demo_${DEMO} ${DEMO}.cc)
|
ADD_EXECUTABLE(${DEMO} ${DEMO}.cc)
|
||||||
TARGET_LINK_LIBRARIES(demo_${DEMO} SDL2pp)
|
TARGET_LINK_LIBRARIES(${DEMO} SDL2pp)
|
||||||
ENDFOREACH(DEMO ${DEMOS})
|
ENDFOREACH(DEMO ${DEMOS})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user