mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 12:02:47 -05:00
9 lines
242 B
CMake
9 lines
242 B
CMake
add_executable(memo memotest.cpp)
|
|
target_link_libraries(memo PRIVATE tc vis-util)
|
|
|
|
add_executable(geom geomtest.cpp)
|
|
target_link_libraries(geom PRIVATE tc vis-util)
|
|
|
|
add_executable(sub subtest.cpp)
|
|
target_link_libraries(sub PRIVATE vis-util)
|