diff --git a/package/scripts/CMakeLists.txt b/package/scripts/CMakeLists.txt index 50402d1..760b35d 100644 --- a/package/scripts/CMakeLists.txt +++ b/package/scripts/CMakeLists.txt @@ -1,2 +1,2 @@ # Install the scripts under bin in the install area -install(PROGRAMS prmon_plot.py DESTINATION ${CMAKE_INSTALL_BINDIR}) +install(PROGRAMS prmon_plot.py prmon_compress_output.py DESTINATION ${CMAKE_INSTALL_BINDIR})