librw/tools/playground/CMakeLists.txt

9 lines
173 B
CMake
Raw Normal View History

2021-03-23 08:00:09 +00:00
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
)