WIP: Make tc::Group header-only

(except for tc::Group::subgroup, since it needs full definition of tc::Group _and_ tc::SubGroup)
This commit is contained in:
David Allemang
2022-02-24 17:49:39 -05:00
parent 4ec96cd155
commit 2d2feb3256
6 changed files with 283 additions and 315 deletions

View File

@@ -1,8 +1,11 @@
add_library(tc
include/tc/groups.hpp
src/groups.cpp
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)