mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
These likely don't have Swift type metadata but might be useful to record or instantiate based on what kind of metadata is encountered for the sake of memory tools.
25 lines
619 B
CMake
25 lines
619 B
CMake
add_subdirectory(AST)
|
|
add_subdirectory(ASTSectionImporter)
|
|
add_subdirectory(Basic)
|
|
add_subdirectory(ClangImporter)
|
|
add_subdirectory(Driver)
|
|
add_subdirectory(Frontend)
|
|
add_subdirectory(IDE)
|
|
add_subdirectory(Immediate)
|
|
add_subdirectory(IRGen)
|
|
add_subdirectory(LLVMPasses)
|
|
add_subdirectory(Markup)
|
|
add_subdirectory(Option)
|
|
add_subdirectory(Parse)
|
|
add_subdirectory(PrintAsObjC)
|
|
add_subdirectory(Reflection)
|
|
add_subdirectory(Sema)
|
|
add_subdirectory(Serialization)
|
|
if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
|
|
add_subdirectory(SwiftDemangle)
|
|
endif()
|
|
add_subdirectory(SIL)
|
|
add_subdirectory(SILGen)
|
|
add_subdirectory(SILOptimizer)
|
|
|