Files
swift-mirror/stdlib/public/SDK/CMakeLists.txt
Matt Rajca 7e5c9d34ec Added an an overlay for IOKit that adds the kIOReturnError* constants
All of the constants and comments have been taken from IOKit/IOReturn.h: http://www.opensource.apple.com/source/xnu/xnu-792.13.8/iokit/IOKit/IOReturn.h

The type of the kIOReturn* constants is Int32 to match the type of kIOReturnSuccess (which does get imported to Swift since it isn't defined in terms of a macro).

Fixes: https://bugs.swift.org/browse/SR-576
2016-01-25 16:58:31 -06:00

39 lines
1.0 KiB
CMake

# All libraries in this directory tree are overlays that depend on Darwin SDK.
# Please keep this list sorted.
add_subdirectory(AppKit)
add_subdirectory(AVFoundation)
add_subdirectory(AssetsLibrary)
add_subdirectory(CloudKit)
add_subdirectory(Contacts)
add_subdirectory(CoreAudio)
add_subdirectory(CoreBluetooth)
add_subdirectory(CoreData)
add_subdirectory(CoreGraphics)
add_subdirectory(CoreImage)
add_subdirectory(CoreLocation)
add_subdirectory(CoreMedia)
add_subdirectory(Darwin)
add_subdirectory(Dispatch)
add_subdirectory(EventKit)
add_subdirectory(Foundation)
add_subdirectory(GameKit)
add_subdirectory(GameplayKit)
add_subdirectory(GLKit)
add_subdirectory(HomeKit)
add_subdirectory(IOKit)
add_subdirectory(LocalAuthentication)
add_subdirectory(MultipeerConnectivity)
add_subdirectory(ObjectiveC)
add_subdirectory(OpenCL)
add_subdirectory(PassKit)
add_subdirectory(SceneKit)
add_subdirectory(simd)
add_subdirectory(SpriteKit)
add_subdirectory(UIKit)
add_subdirectory(WatchConnectivity)
add_subdirectory(WatchKit)
add_subdirectory(WebKit)
add_subdirectory(XCTest)