Skip to content

Commit

Permalink
Merge pull request #380 from tjadevries/patch-2
Browse files Browse the repository at this point in the history
add runtime output directory
  • Loading branch information
deanberris committed Feb 9, 2014
2 parents e9e8c19 + de6b3f2 commit bd1acc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mime/test/CMakeLists.txt
Expand Up @@ -15,4 +15,6 @@ include_directories(${CPP-NETLIB_SOURCE_DIR}/mime/src)

add_executable ( mime-roundtrip mime-roundtrip.cpp )
target_link_libraries ( mime-roundtrip )
set_target_properties(mime-roundtrip
PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CPP-NETLIB_BINARY_DIR}/tests)
add_test ( mime-roundtrip mime-roundtrip )

0 comments on commit bd1acc0

Please sign in to comment.