diff options
author | ErodeesFleurs <3353309908@qq.com> | 2024-03-16 20:00:53 +0800 |
---|---|---|
committer | ErodeesFleurs <3353309908@qq.com> | 2024-03-16 20:00:53 +0800 |
commit | c6a2f4fa7d5930fe54d99a688b428f469dbe0e4c (patch) | |
tree | 46ea465f2e0d903f6bb680c94f1162b66a96e96b /source/frontend/CMakeLists.txt | |
parent | 5499b04e9fd012402e966c5913274e8da8d5915e (diff) |
add clipboard lua binds
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 |