Skip to content

Commit b6781fc

Browse files
committed
this the one
1 parent 9f89b53 commit b6781fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ file(GLOB_RECURSE SOURCES CONFIGURE_DEPENDS src/*.cpp)
1515

1616
if(${CMAKE_SYSTEM_NAME} MATCHES "iOS")
1717
file(GLOB_RECURSE MM_SOURCES CONFIGURE_DEPENDS src/*.mm)
18+
set_source_files_properties(${MM_SOURCES} PROPERTIES SKIP_PRECOMPILE_HEADERS ON)
1819
list(APPEND SOURCES ${MM_SOURCES})
1920
endif()
2021

0 commit comments

Comments
 (0)