diff --git a/MAC/APL/StationCU/src/TBBControl/CMakeLists.txt b/MAC/APL/StationCU/src/TBBControl/CMakeLists.txt index 602e5f6f84de7b34bec6a23c0c33ba49722ac3e0..5e0f70a86ce8b2b032893c0be69ba67db7b26588 100644 --- a/MAC/APL/StationCU/src/TBBControl/CMakeLists.txt +++ b/MAC/APL/StationCU/src/TBBControl/CMakeLists.txt @@ -8,6 +8,10 @@ lofar_add_bin_program(TBBControl lofar_add_bin_program(trigctl trigctl.cc) +install(PROGRAMS + startTBB.sh + DESTINATION sbin) + install(FILES TBBControl.conf DESTINATION etc)