Skip to content

Commit de6b3f2

Browse files
committed
add runtime output directory
1 parent e9e8c19 commit de6b3f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mime/test/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ include_directories(${CPP-NETLIB_SOURCE_DIR}/mime/src)
1515

1616
add_executable ( mime-roundtrip mime-roundtrip.cpp )
1717
target_link_libraries ( mime-roundtrip )
18+
set_target_properties(mime-roundtrip
19+
PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CPP-NETLIB_BINARY_DIR}/tests)
1820
add_test ( mime-roundtrip mime-roundtrip )

0 commit comments

Comments
 (0)