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 e9e8c19 commit de6b3f2Copy full SHA for de6b3f2
mime/test/CMakeLists.txt
@@ -15,4 +15,6 @@ include_directories(${CPP-NETLIB_SOURCE_DIR}/mime/src)
15
16
add_executable ( mime-roundtrip mime-roundtrip.cpp )
17
target_link_libraries ( mime-roundtrip )
18
+set_target_properties(mime-roundtrip
19
+ PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CPP-NETLIB_BINARY_DIR}/tests)
20
add_test ( mime-roundtrip mime-roundtrip )
0 commit comments