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.
2 parents cf50512 + b598ac2 commit 5c8d9abCopy full SHA for 5c8d9ab
libs/mime/test/CMakeLists.txt
@@ -8,6 +8,8 @@ if (NOT(${CMAKE_CXX_COMPILER_ID} MATCHES GNU AND ${CMAKE_SYSTEM_NAME} MATCHES "W
8
add_executable ( mime-roundtrip mime-roundtrip.cpp )
9
target_link_libraries ( mime-roundtrip ${Boost_LIBRARIES}
10
${CMAKE_THREAD_LIBS_INIT})
11
+ set_target_properties( mime-roundtrip
12
+ PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CPP-NETLIB_BINARY_DIR}/tests)
13
add_test ( mime-roundtrip ${CPP-NETLIB_BINARY_DIR}/tests/mime-roundtrip )
14
endif ()
15
endif()
0 commit comments