diff options
author | gregory guy <g-gregory@gmx.fr> | 2018-10-03 15:32:43 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-10-14 01:13:46 +0200 |
commit | 9d6905151acf632ad6be7d4294166653e355720a (patch) | |
tree | 0007744930177766201aebbaef6258a407e8a69b /src/sounds | |
parent | fad85e3bd2eda0ef08422ab28daf36149a24afa6 (diff) | |
download | ksensors-9d6905151acf632ad6be7d4294166653e355720a.tar.gz ksensors-9d6905151acf632ad6be7d4294166653e355720a.zip |
convert to cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
Diffstat (limited to 'src/sounds')
-rw-r--r-- | src/sounds/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sounds/CMakeLists.txt b/src/sounds/CMakeLists.txt new file mode 100644 index 0000000..787739e --- /dev/null +++ b/src/sounds/CMakeLists.txt @@ -0,0 +1,4 @@ +install( + FILES ksensors_alert.wav + DESTINATION ${SOUND_INSTALL_DIR} +) |