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 cae2d43..0934308 100644 --- a/source/frontend/CMakeLists.txt +++ b/source/frontend/CMakeLists.txt @@ -23,6 +23,7 @@ SET (star_frontend_HEADERS StarChatBubbleManager.hpp StarCinematic.hpp StarClientCommandProcessor.hpp + StarClipboardLuaBindings.hpp StarCodexInterface.hpp StarConfirmationDialog.hpp StarContainerInterface.hpp @@ -74,6 +75,7 @@ SET (star_frontend_SOURCES StarChatBubbleManager.cpp StarCinematic.cpp StarClientCommandProcessor.cpp + StarClipboardLuaBindings.cpp StarCodexInterface.cpp StarConfirmationDialog.cpp StarContainerInterface.cpp |