diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 15aac20d893ab1b3fd1d6fda69b33053afa1693b..3f55b880bb37cdceb963f4c3ca7ea9dfc923529d 100755 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -54,6 +54,8 @@ add_executable(fqreport FQReport.cpp ${COMMON_SOURCES}) add_executable(test_FqBackend test_FqBackend.cpp ${COMMON_SOURCES} ${TEST_EXTRA_SOURCES}) add_executable(test_InfoDisplay test_InfoDisplay.cpp ${COMMON_SOURCES} ${TEST_EXTRA_SOURCES}) +# Instalation rule +install(TARGETS fqreport DESTINATION ${CMAKE_INSTALL_BINDIR}) if (LINTER) if(CLANG_TIDY_EXE)