mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 03:52:48 -05:00
14 lines
276 B
CMake
14 lines
276 B
CMake
add_library(tc
|
|
include/tc/pair_map.hpp
|
|
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)
|
|
|
|
target_include_directories(tc PUBLIC include)
|
|
|
|
add_subdirectory(test)
|