Skip to content
Snippets Groups Projects
Commit 6ef5e7a3 authored by Maurice Zimmnau's avatar Maurice Zimmnau
Browse files

Set binary output directory of design_evaluator

parent aae8ce46
Branches
No related tags found
No related merge requests found
......@@ -41,3 +41,8 @@ set(MODULE_NAME design_evaluator)
add_executable(${MODULE_NAME}
src/main.cpp
)
# Set the location where the executable will be placed to the current source directory
set_target_properties(${MODULE_NAME} PROPERTIES
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment