mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2026-01-24 06:39:20 -05:00
COMP: Replace toddcox-faster by reimplemented toddcox
This commit is contained in:
17
tc/CMakeLists.txt
Normal file
17
tc/CMakeLists.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user