mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Also, move the ObjectiveC overlay into its own directory, so that we can use the directory name as an indicator of what overlays exist. This is in preparation for DevPubs providing the contents of the apinotes/ directory. The downside here is that adding new apinotes files doesn't automatically trigger a rebuild; I intend to mitigate that somewhat by at least triggering one when the revision number of the DevPubs repo changes. Swift SVN r21078
6 lines
133 B
CMake
6 lines
133 B
CMake
set(SHARED_LIBRARY ON)
|
|
|
|
add_swift_library(swiftObjectiveC INSTALL TARGET_LIBRARY
|
|
ObjectiveC.swift
|
|
DEPENDS swiftCore swiftDarwin)
|