Lines Matching refs:xmltest
43 option(BUILD_TESTS "build xmltest (deprecated: Use BUILD_TESTING)" ON)
125 add_executable(xmltest xmltest.cpp) target
127 add_dependencies(xmltest tinyxml2)
128 target_link_libraries(xmltest tinyxml2)
130 add_dependencies(xmltest tinyxml2_static)
131 target_link_libraries(xmltest tinyxml2_static)
135 add_custom_command(TARGET xmltest POST_BUILD
136 …CMAKE_COMMAND} -E copy_directory ${CMAKE_SOURCE_DIR}/resources $<TARGET_FILE_DIR:xmltest>/resources
137 COMMAND ${CMAKE_COMMAND} -E make_directory $<TARGET_FILE_DIR:xmltest>/resources/out
138 COMMENT "Configuring xmltest resources directory: ${CMAKE_BINARY_DIR}/resources"
141 add_test(NAME xmltest COMMAND xmltest)