mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Note: I ran into an issue compiling on Linux with STL 4.8 headers where STL vector needs an iterator instead of a ``const_iterator``. Hopefully this will not show on the CI machines. http://stackoverflow.com/questions/19559235/missing-const-iterator-overload-of-stdvectorerase-with-g-4-8
6 lines
130 B
CMake
6 lines
130 B
CMake
add_swift_host_tool(swift-api-digester
|
|
swift-api-digester.cpp
|
|
LINK_LIBRARIES swiftFrontend swiftIDE
|
|
SWIFT_COMPONENT tools
|
|
)
|