1469244bac
PR: ports/133484 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
7 lines
320 B
Text
7 lines
320 B
Text
--- kyzis/CMakeLists.txt.orig 2009-03-31 17:36:06.047535650 +0000
|
|
+++ kyzis/CMakeLists.txt 2009-03-31 17:36:26.209126020 +0000
|
|
@@ -15,3 +15,4 @@
|
|
|
|
kde4_add_executable(kyzis ${kyzis_SOURCES})
|
|
target_link_libraries(kyzis ${KDE4_KDECORE_LIBS} ${KDE4_KPARTS_LIBS} yzis ktexteditor)
|
|
+install(TARGETS kyzis DESTINATION bin)
|