We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2862531 + 40da89c commit 0f30978Copy full SHA for 0f30978
cmake/modules/AddSwift.cmake
@@ -730,7 +730,8 @@ function(add_libswift name)
730
731
set(libswift_compile_options
732
"-Xfrontend" "-validate-tbd-against-ir=none"
733
- "-Xfrontend" "-enable-cxx-interop")
+ "-Xfrontend" "-enable-cxx-interop"
734
+ "-Xcc" "-UIBOutlet" "-Xcc" "-UIBAction" "-Xcc" "-UIBInspectable")
735
736
if(CMAKE_BUILD_TYPE STREQUAL Debug)
737
list(APPEND libswift_compile_options "-g")
0 commit comments