mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2026-01-24 06:39:20 -05:00
7 lines
139 B
CMake
7 lines
139 B
CMake
add_library(tc STATIC
|
|
src/groups.cpp
|
|
src/solver.cpp
|
|
src/cosets.cpp)
|
|
|
|
target_include_directories(tc PUBLIC include)
|