Files
swift-mirror/lib/APIDigester/CMakeLists.txt
Allan Shortlidge 0d37f52fe0 APIDigester: Break cycle between Frontend and APIDigester targets.
Also push a utility that was previously on `SILDeclRef` down to AST so that the SIL dependency can be removed entirely from APIDigester.
2022-10-26 20:30:36 -07:00

11 lines
209 B
CMake

add_swift_host_library(swiftAPIDigester STATIC
ModuleAnalyzerNodes.cpp
ModuleDiagsConsumer.cpp)
target_link_libraries(swiftAPIDigester PRIVATE
swiftIDE)
set_swift_llvm_is_available(swiftAPIDigester)