mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2026-01-24 06:39:20 -05:00
WIP: Copy tc logic from toddcox-faster
This commit is contained in:
8
tc/CMakeLists.txt
Normal file
8
tc/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
add_library(tc
|
||||
include/tc/groups.hpp
|
||||
src/groups.cpp
|
||||
include/tc/core.hpp
|
||||
src/core.cpp
|
||||
src/solve.cpp)
|
||||
|
||||
target_include_directories(tc PUBLIC include)
|
||||
Reference in New Issue
Block a user