Files
toddcox-visualize/tc/CMakeLists.txt
David Allemang 2d2feb3256 WIP: Make tc::Group header-only
(except for tc::Group::subgroup, since it needs full definition of tc::Group _and_ tc::SubGroup)
2022-02-24 17:49:39 -05:00

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)