summaryrefslogtreecommitdiffstats
path: root/src/sounds
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2018-10-03 15:32:43 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-10-14 01:13:46 +0200
commit9d6905151acf632ad6be7d4294166653e355720a (patch)
tree0007744930177766201aebbaef6258a407e8a69b /src/sounds
parentfad85e3bd2eda0ef08422ab28daf36149a24afa6 (diff)
downloadksensors-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.txt4
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}
+)