Skip to content
Snippets Groups Projects
Commit 0afb68f1 authored by Martin Beseda's avatar Martin Beseda
Browse files

FIX: Fixed output directory path for unit tests.

parent c4f82bad
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,6 @@ set_target_properties(
LINK_LIBRARIES "lib4neuro;boost_unit_test;${BOOST_LIBRARIES}"
ARCHIVE_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/lib"
LIBRARY_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/lib"
RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/bin/tests"
RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/unit-tests"
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment