mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 12:02:47 -05:00
19 lines
401 B
CMake
19 lines
401 B
CMake
add_library(tc
|
|
include/tc/core.hpp
|
|
include/tc/cosets.hpp
|
|
include/tc/group.hpp
|
|
include/tc/groups.hpp
|
|
include/tc/pair_map.hpp
|
|
include/tc/util.hpp
|
|
src/core.cpp
|
|
src/groups.cpp
|
|
src/lang.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)
|