Skip to content

add runtime output directory #380

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 9, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add runtime output directory
  • Loading branch information
tjadevries committed Feb 8, 2014
commit de6b3f21f0d718586b4a267576d8c42ae77715d2
2 changes: 2 additions & 0 deletions mime/test/CMakeLists.txt
Original file line number Diff line number Diff line change
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 )