diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 15ff9a0a..263942e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -106,8 +106,11 @@ set (SOURCES | |||
106 | src/visited.c | 106 | src/visited.c |
107 | src/visited.h | 107 | src/visited.h |
108 | # Audio playback: | 108 | # Audio playback: |
109 | src/audio/buf.c | ||
110 | src/audio/buf.h | ||
109 | src/audio/player.c | 111 | src/audio/player.c |
110 | src/audio/player.h | 112 | src/audio/player.h |
113 | src/audio/stb_vorbis.c | ||
111 | # User interface: | 114 | # User interface: |
112 | src/ui/color.c | 115 | src/ui/color.c |
113 | src/ui/color.h | 116 | src/ui/color.h |