diff options
Diffstat (limited to 'source/frontend/CMakeLists.txt')
-rw-r--r-- | source/frontend/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/frontend/CMakeLists.txt b/source/frontend/CMakeLists.txt index d8e5390..4c6b9c8 100644 --- a/source/frontend/CMakeLists.txt +++ b/source/frontend/CMakeLists.txt @@ -57,6 +57,7 @@ SET (star_frontend_HEADERS StarTeleportDialog.hpp StarWireInterface.hpp StarVoice.hpp + StarVoiceLuaBindings.hpp ) SET (star_frontend_SOURCES @@ -106,6 +107,7 @@ SET (star_frontend_SOURCES StarTeleportDialog.cpp StarWireInterface.cpp StarVoice.cpp + StarVoiceLuaBindings.cpp ) ADD_LIBRARY (star_frontend OBJECT ${star_frontend_SOURCES} ${star_frontend_HEADERS}) |