From 4a9259b4779b54608fdea7fe94bd8e86c34f5f63 Mon Sep 17 00:00:00 2001 From: Alan Date: Fri, 10 Nov 2017 15:25:08 +0100 Subject: Added install targets --- heimdall-frontend/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'heimdall-frontend/CMakeLists.txt') diff --git a/heimdall-frontend/CMakeLists.txt b/heimdall-frontend/CMakeLists.txt index 95889b3..05a9e75 100644 --- a/heimdall-frontend/CMakeLists.txt +++ b/heimdall-frontend/CMakeLists.txt @@ -50,3 +50,7 @@ set_property(TARGET heimdall-frontend target_link_libraries(heimdall-frontend pit) target_link_libraries(heimdall-frontend Qt5::Widgets) target_link_libraries(heimdall-frontend z) +install (TARGETS heimdall-frontend + RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin + LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}) + -- cgit v1.2.3