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 19c1c81 commit 793be2eCopy full SHA for 793be2e
CMakeLists.txt
@@ -227,6 +227,7 @@ if(BUILD_TESTING)
227
set(_resource "$<TARGET_FILE:${test_plugin_target}>")
228
set(_output "${test_prefix}/lib/$<TARGET_FILE_NAME:${test_plugin_target}>")
229
add_custom_command(TARGET ${test_plugin_target}
230
+ POST_BUILD
231
COMMENT "Copying target ${test_plugin_target} for testing"
232
COMMAND ${CMAKE_COMMAND} -E copy_if_different
233
"${_resource}"
0 commit comments