diff --git a/CMakeLists.txt b/CMakeLists.txt index 825b278..ef078b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,3 +48,7 @@ myx_target_setup(${PROJECT_NAME} msg pow ) + +install( + TARGETS ${PROJECT_NAME} + RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})