Files
swift-mirror/lib/Index/CMakeLists.txt
David Farler 645aaad551 [index/build] Upstream indexing while building changes
This patch upstreams previously AppleInternal changes for
indexing while building.
2017-06-29 16:20:06 -07:00

8 lines
139 B
CMake

add_swift_library(swiftIndex STATIC
Index.cpp
IndexDataConsumer.cpp
IndexRecord.cpp
IndexSymbol.cpp
LINK_LIBRARIES
swiftAST)