diff options
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 |