1
0

refactor into cmake project, tweak api

This commit is contained in:
2020-01-07 21:41:31 -05:00
parent 083673ef04
commit 1de9b08ffa
13 changed files with 638 additions and 361 deletions

5
example/CMakeLists.txt Normal file
View File

@@ -0,0 +1,5 @@
add_executable(bench bench.cpp)
target_link_libraries(bench PRIVATE tc)
add_executable(path path.cpp)
target_link_libraries(path PRIVATE tc)