eco2d/code/apps/playground/CMakeLists.txt

9 lines
220 B
CMake

add_executable(playground
source/main.c
source/game.c
)
include_directories(header ../modules ../common)
target_link_libraries(playground eco2d-common eco2d-modules flecs-bundle cwpack)
link_system_libs(playground)