aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ed0e0ff..c99ce46 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -20,7 +20,9 @@ set(SERVICE_MANUAL_SOURCES
testing.c
service.c
utils.c
- sound.c)
+ sound-player.c
+ sound-player-gst.c
+ sound-player-mock.c)
# generated sources
include(GdbusCodegen)