diff options
author | crupest <crupest@outlook.com> | 2021-11-18 17:56:12 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-11-18 17:56:12 +0800 |
commit | 814be0155a567328f95c3e1a2b7becf4f0b5b977 (patch) | |
tree | 2d9c0d041c6e94ce5cf373f85cfa75ddd939e22b /src/platform/gui | |
parent | 0f3e84f0ef4c62d20e5cb4d9e5677ec39afb894d (diff) | |
download | cru-814be0155a567328f95c3e1a2b7becf4f0b5b977.tar.gz cru-814be0155a567328f95c3e1a2b7becf4f0b5b977.tar.bz2 cru-814be0155a567328f95c3e1a2b7becf4f0b5b977.zip |
...
Diffstat (limited to 'src/platform/gui')
-rw-r--r-- | src/platform/gui/CMakeLists.txt | 1 |
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 |