Skip to content
Snippets Groups Projects
Commit 2d51728d authored by Veronique Legrand's avatar Veronique Legrand
Browse files

Applied Eric's patch for make install target

parent 306aa66d
No related branches found
No related tags found
No related merge requests found
Pipeline #71149 passed
...@@ -54,6 +54,8 @@ add_executable(fqreport FQReport.cpp ${COMMON_SOURCES}) ...@@ -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_FqBackend test_FqBackend.cpp ${COMMON_SOURCES} ${TEST_EXTRA_SOURCES})
add_executable(test_InfoDisplay test_InfoDisplay.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 (LINTER)
if(CLANG_TIDY_EXE) if(CLANG_TIDY_EXE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment