librw/tools/playground/CMakeLists.txt
2021-06-22 14:31:21 +02:00

9 lines
173 B
CMake

add_executable(playgound
camera.cpp font.cpp main.cpp ras_test.cpp splines.cpp tl_tests.cpp
)
target_link_libraries(playgound
PUBLIC
librw librw_skeleton
)