projects
/
sdk
/
tools
/
heaptrack.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6d3975
)
Cleanup CMake code a bit
author
Milian Wolff
<mail@milianw.de>
Sun, 7 Jun 2015 16:05:12 +0000
(18:05 +0200)
committer
Milian Wolff
<mail@milianw.de>
Sun, 7 Jun 2015 16:05:12 +0000
(18:05 +0200)
gui/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/gui/CMakeLists.txt
b/gui/CMakeLists.txt
index
9360d3f
..
abc1e65
100644
(file)
--- a/
gui/CMakeLists.txt
+++ b/
gui/CMakeLists.txt
@@
-7,8
+7,6
@@
qt5_wrap_ui(UIFILES
include(KDEInstallDirs)
include(KDECMakeSettings)
include(KDECompilerSettings)
-include(ECMOptionalAddSubdirectory)
-include(ECMInstallIcons)
include(ECMAddTests)
include_directories(${CMAKE_CURRENT_BINARY_DIR})
@@
-34,4
+32,4
@@
target_link_libraries(heaptrack_gui
${Boost_LIBRARIES}
sharedprint)
-install(TARGETS heaptrack_gui
RUNTIME DESTINATION "bin"
)
\ No newline at end of file
+install(TARGETS heaptrack_gui
${INSTALL_TARGETS_DEFAULT_ARGS}
)
\ No newline at end of file