mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
ci: Run static code analysis
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user