diff options
author | crupest <crupest@outlook.com> | 2021-10-13 20:47:02 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-10-13 20:47:02 +0800 |
commit | 7ee9420d02be02868b10056753e046f42d022c96 (patch) | |
tree | 5c327c9a3a793a071c1d07b64b1a46b60a0b20eb /src/osx/gui/CMakeLists.txt | |
parent | 4fc39124bc876a9c78a04cb86397a4f0f08878e9 (diff) | |
download | cru-7ee9420d02be02868b10056753e046f42d022c96.tar.gz cru-7ee9420d02be02868b10056753e046f42d022c96.tar.bz2 cru-7ee9420d02be02868b10056753e046f42d022c96.zip |
...
Diffstat (limited to 'src/osx/gui/CMakeLists.txt')
-rw-r--r-- | src/osx/gui/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osx/gui/CMakeLists.txt b/src/osx/gui/CMakeLists.txt index f3b93bfe..27546fc2 100644 --- a/src/osx/gui/CMakeLists.txt +++ b/src/osx/gui/CMakeLists.txt @@ -8,6 +8,7 @@ add_library(cru_osx_gui SHARED ) target_sources(cru_osx_gui PUBLIC + ${CRU_OSX_GUI_INCLUDE_DIR}/InputMethod.hpp ${CRU_OSX_GUI_INCLUDE_DIR}/Keyboard.hpp ${CRU_OSX_GUI_INCLUDE_DIR}/Resource.hpp ${CRU_OSX_GUI_INCLUDE_DIR}/UiApplication.hpp |