restructure cmake project

This commit is contained in:
2019-12-27 16:59:06 -05:00
parent 08aa3f5453
commit c489d530a9
7 changed files with 7 additions and 2 deletions

2
example/CMakeLists.txt Normal file
View File

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