diff --git a/samples/zello_world/CMakeLists.txt b/samples/zello_world/CMakeLists.txt index e613358b..5ac48523 100644 --- a/samples/zello_world/CMakeLists.txt +++ b/samples/zello_world/CMakeLists.txt @@ -16,3 +16,7 @@ target_link_libraries(${TARGET_NAME} PRIVATE ${TARGET_LOADER_NAME} ${CMAKE_DL_LIBS} ) + +install(TARGETS ${TARGET_NAME} + RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} +)