Files
swift-mirror/lib/TBDGen/CMakeLists.txt
Huon Wilson ac44f9675b [TBDGen] Introduce module for generating TBD files.
This is designed to be a list of public symbols that will be emitted by
a module.
2017-03-23 18:32:10 -07:00

7 lines
95 B
CMake

add_swift_library(swiftTBDGen STATIC
TBDGen.cpp
LINK_LIBRARIES
swiftAST
swiftSIL
)