Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/frontend/CMakeLists.txt
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-07-19 23:16:59 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-07-19 23:16:59 +1000
commit1f038540a59ff96aed3cda901449a298b6f1c11c (patch)
treee0768bc861938423c74d6e2abb9ef74357574238 /source/frontend/CMakeLists.txt
parentd682b164aa87435183a5ad3196b25b5ff8a5ad18 (diff)
Port in the voice settings menu
Diffstat (limited to 'source/frontend/CMakeLists.txt')
-rw-r--r--source/frontend/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/frontend/CMakeLists.txt b/source/frontend/CMakeLists.txt
index 4c6b9c8..b002155 100644
--- a/source/frontend/CMakeLists.txt
+++ b/source/frontend/CMakeLists.txt
@@ -58,6 +58,7 @@ SET (star_frontend_HEADERS
StarWireInterface.hpp
StarVoice.hpp
StarVoiceLuaBindings.hpp
+ StarVoiceSettingsMenu.hpp
)
SET (star_frontend_SOURCES
@@ -108,6 +109,7 @@ SET (star_frontend_SOURCES
StarWireInterface.cpp
StarVoice.cpp
StarVoiceLuaBindings.cpp
+ StarVoiceSettingsMenu.cpp
)
ADD_LIBRARY (star_frontend OBJECT ${star_frontend_SOURCES} ${star_frontend_HEADERS})