Skip to content

Commit

Permalink
skip pch for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
qimiko committed May 11, 2024
1 parent 787ca43 commit 3b778c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ set(MOD_SOURCES

if(${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
set(MOD_SOURCES ${MOD_SOURCES} src/macos.mm)
set_source_files_properties(src/macos.mm PROPERTIES SKIP_PRECOMPILE_HEADERS ON)
else()
message(FATAL_ERROR "Unsupported mod platform :(")
endif()
Expand Down

0 comments on commit 3b778c7

Please sign in to comment.