diff --git a/RTCP/LofarStMan/src/CMakeLists.txt b/RTCP/LofarStMan/src/CMakeLists.txt index 2e153c2e464d47249a0c7e336e8df2a99cb8a1a0..0f51f600cd39b86a2d5dc0312009092459200695 100644 --- a/RTCP/LofarStMan/src/CMakeLists.txt +++ b/RTCP/LofarStMan/src/CMakeLists.txt @@ -10,3 +10,7 @@ lofar_add_library(lofarstman ) lofar_add_bin_program(versionlofarstman versionlofarstman.cc) + +install(PROGRAMS + makeFLAGwritable + DESTINATION bin)