mirror of
https://github.com/aap/librw.git
synced 2024-11-29 15:15:42 +00:00
9 lines
173 B
CMake
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
|
|
)
|