File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -75,12 +75,12 @@ set(CATCH_INCLUDE_DIR ${JSONCONS_THIRD_PARTY_INCLUDE_DIR}/catch)
7575add_library (Catch INTERFACE )
7676target_include_directories (Catch INTERFACE ${CATCH_INCLUDE_DIR} )
7777
78- # file(GLOB_RECURSE JSONCONS_TESTS_SOURCES ${JSONCONS_TESTS_SOURCE_DIR}/*.cpp)
78+ file (GLOB_RECURSE JSONCONS_TESTS_SOURCES ${JSONCONS_TESTS_SOURCE_DIR} /*.cpp)
7979
80- set (JSONCONS_TESTS_SOURCES
81- ${JSONCONS_TESTS_SOURCE_DIR} /tests_main.cpp
82- ${JSONCONS_TESTS_SOURCE_DIR} /json_type_traits_tests.cpp
83- )
80+ # set(JSONCONS_TESTS_SOURCES
81+ # ${JSONCONS_TESTS_SOURCE_DIR}/tests_main.cpp
82+ # ${JSONCONS_TESTS_SOURCE_DIR}/json_type_traits_tests.cpp
83+ # )
8484set (JSONCONS_TARGET test_jsoncons)
8585add_executable (${JSONCONS_TARGET} EXCLUDE_FROM_ALL ${JSONCONS_TESTS_SOURCES} ${JSONCONS_HEADERS} )
8686
You can’t perform that action at this time.
0 commit comments