mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 12:02:47 -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)
|