eco2d/code/apps/playground/CMakeLists.txt

8 lines
156 B
CMake
Raw Normal View History

2021-05-04 11:04:15 +00:00
add_executable(playground
source/main.c
)
include_directories(header)
target_link_libraries(playground eco2d-common cwpack)
link_system_libs(playground)