aboutsummaryrefslogtreecommitdiff
path: root/src/platform/gui
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-11-18 17:56:12 +0800
committercrupest <crupest@outlook.com>2021-11-18 17:56:12 +0800
commit814be0155a567328f95c3e1a2b7becf4f0b5b977 (patch)
tree2d9c0d041c6e94ce5cf373f85cfa75ddd939e22b /src/platform/gui
parent0f3e84f0ef4c62d20e5cb4d9e5677ec39afb894d (diff)
downloadcru-814be0155a567328f95c3e1a2b7becf4f0b5b977.tar.gz
cru-814be0155a567328f95c3e1a2b7becf4f0b5b977.tar.bz2
cru-814be0155a567328f95c3e1a2b7becf4f0b5b977.zip
...
Diffstat (limited to 'src/platform/gui')
-rw-r--r--src/platform/gui/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/platform/gui/CMakeLists.txt b/src/platform/gui/CMakeLists.txt
index 7f16a0e0..297d0080 100644
--- a/src/platform/gui/CMakeLists.txt
+++ b/src/platform/gui/CMakeLists.txt
@@ -5,6 +5,7 @@ add_library(cru_platform_gui SHARED
)
target_sources(cru_platform_gui PUBLIC
${CRU_PLATFORM_GUI_INCLUDE_DIR}/Base.hpp
+ ${CRU_PLATFORM_GUI_INCLUDE_DIR}/Clipboard.hpp
${CRU_PLATFORM_GUI_INCLUDE_DIR}/Cursor.hpp
${CRU_PLATFORM_GUI_INCLUDE_DIR}/InputMethod.hpp
${CRU_PLATFORM_GUI_INCLUDE_DIR}/Keyboard.hpp