Compare commits
3 Commits
d6d5e210e4
...
b050361823
| Author | SHA1 | Date | |
|---|---|---|---|
| b050361823 | |||
| 2017784c97 | |||
| 57bdc79ee7 |
@@ -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)
|
||||
|
||||
580
src/parser3.h
580
src/parser3.h
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user