Start organizing code
This commit is contained in:
@@ -45,5 +45,6 @@ include(CTest)
|
||||
include(doctest)
|
||||
|
||||
add_executable(mytest src/test.cpp)
|
||||
target_include_directories(mytest PRIVATE include)
|
||||
target_link_libraries(mytest PRIVATE doctest nanobench simdjson)
|
||||
doctest_discover_tests(mytest)
|
||||
|
||||
Reference in New Issue
Block a user