From f626ebce8fcbe8f06bd7d459efbc0c21ba6477c7 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 28 Sep 2021 17:49:09 +0800 Subject: ... --- src/osx/gui/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/osx/gui/CMakeLists.txt') 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 -- cgit v1.2.3