Skip to content

Commit 8bd735a

Browse files
committed
rename the file to mm
1 parent 8982011 commit 8bd735a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

loader/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ if ("${CMAKE_SYSTEM_NAME}" STREQUAL "iOS" OR IOS)
9292
file(GLOB OBJC_SOURCES CONFIGURE_DEPENDS
9393
src/platform/ios/*.mm
9494
src/load.mm
95-
src/hooks/AddExtraKeys.mm
95+
src/hooks/*.mm
9696
)
9797
else()
9898
file(GLOB OBJC_SOURCES CONFIGURE_DEPENDS
9999
src/platform/mac/*.mm
100100
src/load.mm
101-
src/hooks/AddExtraKeys.mm
101+
src/hooks/*.mm
102102
)
103103
endif()
104104
set_source_files_properties(${OBJC_SOURCES} PROPERTIES SKIP_PRECOMPILE_HEADERS ON)
File renamed without changes.

0 commit comments

Comments
 (0)