We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 333a9f8 commit 51976c1Copy full SHA for 51976c1
CMakeLists.txt
@@ -165,6 +165,8 @@ if ( ENABLE_TESTS )
165
configure_file ( ${CMAKE_SOURCE_DIR}/files/test5.json ${DATA_DIR}/test5.json COPYONLY )
166
configure_file ( ${CMAKE_SOURCE_DIR}/files/invalid.json ${DATA_DIR}/invalid.json COPYONLY )
167
configure_file ( ${CMAKE_SOURCE_DIR}/files/invalid2.json ${DATA_DIR}/invalid2.json COPYONLY )
168
+ configure_file ( ${CMAKE_SOURCE_DIR}/files/big.json ${DATA_DIR}/big.json COPYONLY )
169
+ configure_file ( ${CMAKE_SOURCE_DIR}/files/random1.json ${DATA_DIR}/random1.json COPYONLY )
170
171
set_directory_properties ( PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES
172
"${DATA_DIR}/test2.json;${DATA_DIR}/test4.json" )
0 commit comments