Compare to simdjson
This commit is contained in:
@@ -38,5 +38,5 @@ include(CTest)
|
||||
include(doctest)
|
||||
|
||||
add_executable(mytest src/test.cpp)
|
||||
target_link_libraries(mytest PRIVATE doctest nanobench)
|
||||
target_link_libraries(mytest PRIVATE doctest nanobench simdjson)
|
||||
doctest_discover_tests(mytest)
|
||||
|
||||
Reference in New Issue
Block a user