mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
8 lines
139 B
CMake
8 lines
139 B
CMake
add_swift_library(swiftIndex STATIC
|
|
Index.cpp
|
|
IndexDataConsumer.cpp
|
|
IndexRecord.cpp
|
|
IndexSymbol.cpp
|
|
LINK_LIBRARIES
|
|
swiftAST)
|