mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 03:52:48 -05:00
9 lines
167 B
CMake
9 lines
167 B
CMake
add_library(tc
|
|
include/tc/groups.hpp
|
|
src/groups.cpp
|
|
include/tc/core.hpp
|
|
src/core.cpp
|
|
src/solve.cpp)
|
|
|
|
target_include_directories(tc PUBLIC include)
|