simdjson/tests/CMakeLists.txt

9 lines
161 B
CMake
Raw Normal View History

if(MSVC)
target_include_directories(${SIMDJSON_LIB_NAME}
PUBLIC ${PROJECT_SOURCE_DIR}/windows
)
endif()
2018-12-29 02:04:38 +08:00
add_cpp_test(jsoncheck)
add_test(jsoncheck jsoncheck)