diff --git a/CMakeLists.txt b/CMakeLists.txt index 585284ac..9fe8ea55 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -391,6 +391,8 @@ else() endif() endif() +install(TARGETS ${OBSW_NAME} RUNTIME DESTINATION bin) + string(CONCAT POST_BUILD_COMMENT "Build directory: ${CMAKE_BINARY_DIR}\n" "Target OSAL: ${FSFW_OSAL}\n"