Compare commits

...

3 Commits

2 changed files with 294 additions and 288 deletions

View File

@@ -157,7 +157,7 @@ add_executable(mytest src/test.cpp)
target_include_directories(mytest PRIVATE include)
target_link_libraries(mytest PRIVATE ${PROJECT_NAME} doctest nanobench simdjson)
target_compile_options(mytest PRIVATE ${TEST_FLAGS})
doctest_discover_tests(mytest)
doctest_discover_tests(mytest WORKING_DIRECTORY ${CMAKE_SOURCE_DIR})
include(CMakePushCheckState)
include(CheckCXXCompilerFlag)

File diff suppressed because it is too large Load Diff