ci: Run static code analysis

This commit is contained in:
Lars Toenning
2025-10-25 12:31:19 +02:00
parent e29818a5be
commit 899b5d6ba4
9 changed files with 258 additions and 84 deletions

View File

@@ -718,10 +718,12 @@ if(APPLE)
target_link_libraries(misc PRIVATE "-lbsm -framework AVFoundation -framework Security -framework CoreFoundation -framework ApplicationServices -framework Foundation -framework IOKit")
endif()
target_precompile_headers(misc
PRIVATE
${SWIFT_MISC_PCH}
)
if(SWIFT_USE_PCH)
target_precompile_headers(misc
PRIVATE
${SWIFT_MISC_PCH}
)
endif()
install(TARGETS misc
LIBRARY DESTINATION lib