mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 03:52:48 -05:00
18 lines
337 B
CMake
18 lines
337 B
CMake
add_library(tc
|
|
include/tc/core.hpp
|
|
include/tc/groups.hpp
|
|
|
|
src/cosets.cpp
|
|
src/group.cpp
|
|
src/groups.cpp
|
|
src/lang.cpp
|
|
src/solve.cpp
|
|
)
|
|
target_link_libraries(tc peglib::peglib fmt::fmt)
|
|
target_include_directories(tc PUBLIC include)
|
|
|
|
add_library(tc::tc ALIAS tc)
|
|
|
|
add_subdirectory(test)
|
|
add_subdirectory(bench)
|