mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 03:52:48 -05:00
move test_lang
This commit is contained in:
@@ -3,7 +3,6 @@ add_library(tc
|
||||
include/tc/cosets.hpp
|
||||
include/tc/group.hpp
|
||||
include/tc/groups.hpp
|
||||
include/tc/lang.hpp
|
||||
include/tc/pair_map.hpp
|
||||
include/tc/util.hpp
|
||||
src/core.cpp
|
||||
@@ -17,9 +16,3 @@ add_library(tc::tc ALIAS tc)
|
||||
|
||||
add_subdirectory(test)
|
||||
add_subdirectory(bench)
|
||||
|
||||
add_executable(langtest src/langtest.cpp)
|
||||
target_link_libraries(langtest PUBLIC tc::tc)
|
||||
|
||||
add_executable(pegtest src/pegtest.cpp)
|
||||
target_link_libraries(pegtest PUBLIC peglib::peglib fmt::fmt)
|
||||
|
||||
Reference in New Issue
Block a user