mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 03:52:48 -05:00
(except for tc::Group::subgroup, since it needs full definition of tc::Group _and_ tc::SubGroup)
12 lines
242 B
CMake
12 lines
242 B
CMake
add_library(tc
|
|
include/tc/core.hpp
|
|
include/tc/cosets.hpp
|
|
include/tc/group.hpp
|
|
include/tc/groups.hpp
|
|
include/tc/util.hpp
|
|
src/core.cpp
|
|
src/groups.cpp
|
|
src/solve.cpp)
|
|
|
|
target_include_directories(tc PUBLIC include)
|