[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [cmetronome] /: Do not install the wav samples, but the actual executable into bin
From:       Laszlo Papp <lpapp () kde ! org>
Date:       2015-01-20 8:12:08
Message-ID: E1YDTuy-00027j-Qr () scm ! kde ! org
[Download RAW message or body]

Git commit c3c0d19f9a70f8617219ee9a5ae4dbadb41842f3 by Laszlo Papp.
Committed on 20/01/2015 at 08:08.
Pushed by lpapp into branch 'master'.

Do not install the wav samples, but the actual executable into bin

M  +1    -1    CMakeLists.txt

http://commits.kde.org/cmetronome/c3c0d19f9a70f8617219ee9a5ae4dbadb41842f3

diff --git a/CMakeLists.txt b/CMakeLists.txt
index b1ae4cc..e32b15a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,4 +6,4 @@ find_package(PulseAudio REQUIRED)
 include_directories(${PULSEAUDIO_INCLUDE_DIRS})
 add_executable(cmetronome main.cpp)
 target_link_libraries(cmetronome ${PULSEAUDIOSIMPLE_LIBRARIES} ${PULSEAUDI=
O_LIBRARIES})
-install(FILES metronome1.wav DESTINATION ${DATA_INSTALL_DIR}/cmetronome)
+install(TARGETS cmetronome DESTINATION bin)
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic