diff options
author | Alan <alan@yggdrasil.net> | 2017-11-10 15:25:08 +0100 |
---|---|---|
committer | Alan <alan@yggdrasil.net> | 2017-11-10 15:25:08 +0100 |
commit | 4a9259b4779b54608fdea7fe94bd8e86c34f5f63 (patch) | |
tree | b96360acb15097ad9774ae3518886284aaf3afc4 /heimdall-frontend | |
parent | Merge pull request #408 from grayed/master (diff) | |
download | Heimdall-4a9259b4779b54608fdea7fe94bd8e86c34f5f63.tar Heimdall-4a9259b4779b54608fdea7fe94bd8e86c34f5f63.tar.gz Heimdall-4a9259b4779b54608fdea7fe94bd8e86c34f5f63.tar.bz2 Heimdall-4a9259b4779b54608fdea7fe94bd8e86c34f5f63.tar.lz Heimdall-4a9259b4779b54608fdea7fe94bd8e86c34f5f63.tar.xz Heimdall-4a9259b4779b54608fdea7fe94bd8e86c34f5f63.tar.zst Heimdall-4a9259b4779b54608fdea7fe94bd8e86c34f5f63.zip |
Diffstat (limited to '')
-rw-r--r-- | heimdall-frontend/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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}) + |