We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f89b53 commit b6781fcCopy full SHA for b6781fc
1 file changed
CMakeLists.txt
@@ -15,6 +15,7 @@ file(GLOB_RECURSE SOURCES CONFIGURE_DEPENDS src/*.cpp)
15
16
if(${CMAKE_SYSTEM_NAME} MATCHES "iOS")
17
file(GLOB_RECURSE MM_SOURCES CONFIGURE_DEPENDS src/*.mm)
18
+ set_source_files_properties(${MM_SOURCES} PROPERTIES SKIP_PRECOMPILE_HEADERS ON)
19
list(APPEND SOURCES ${MM_SOURCES})
20
endif()
21
0 commit comments