diff options
author | crupest <crupest@outlook.com> | 2021-09-28 17:49:09 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-09-28 17:49:09 +0800 |
commit | f626ebce8fcbe8f06bd7d459efbc0c21ba6477c7 (patch) | |
tree | 74dfd06b70dc650c5fc756f6efb693cd0a2058cd /src/osx/gui/CMakeLists.txt | |
parent | 9a42f6fd709feaa9e9e3cc4530c67e2a237d5bee (diff) | |
download | cru-f626ebce8fcbe8f06bd7d459efbc0c21ba6477c7.tar.gz cru-f626ebce8fcbe8f06bd7d459efbc0c21ba6477c7.tar.bz2 cru-f626ebce8fcbe8f06bd7d459efbc0c21ba6477c7.zip |
...
Diffstat (limited to 'src/osx/gui/CMakeLists.txt')
-rw-r--r-- | src/osx/gui/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osx/gui/CMakeLists.txt b/src/osx/gui/CMakeLists.txt index 26191655..a9a75d76 100644 --- a/src/osx/gui/CMakeLists.txt +++ b/src/osx/gui/CMakeLists.txt @@ -2,8 +2,8 @@ set(CRU_OSX_GUI_INCLUDE_DIR ${CRU_INCLUDE_DIR}/cru/osx/gui) add_library(cru_osx_gui SHARED Resource.cpp - UiApplication.cpp - Window.cpp + UiApplication.mm + Window.mm ) target_sources(cru_osx_gui PUBLIC |