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 de068cb + 505827e commit e90af2bCopy full SHA for e90af2b
Runtimes/Overlay/Android/clang/CMakeLists.txt
@@ -30,8 +30,11 @@ target_compile_options(SwiftAndroid INTERFACE
30
31
install(FILES
32
android.modulemap
33
- posix_filesystem.apinotes
34
- spawn.apinotes
35
SwiftAndroidNDK.h
36
SwiftBionic.h
37
DESTINATION ${CMAKE_INSTALL_LIBDIR}/swift/${SwiftOverlay_PLATFORM_SUBDIR}/${SwiftOverlay_ARCH_SUBDIR})
+
+install(FILES
38
+ posix_filesystem.apinotes
39
+ spawn.apinotes
40
+ DESTINATION ${CMAKE_INSTALL_LIBDIR}/swift/apinotes)
0 commit comments