Files
swift-mirror/tools/swift-api-digester/CMakeLists.txt
Doug Coleman 5c12506e32 [cmake]: Second try at making swift-api-digester work correctly.
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
2016-10-28 16:35:19 -06:00

6 lines
130 B
CMake

add_swift_host_tool(swift-api-digester
swift-api-digester.cpp
LINK_LIBRARIES swiftFrontend swiftIDE
SWIFT_COMPONENT tools
)