mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
9 lines
200 B
CMake
9 lines
200 B
CMake
add_swift_host_library(swiftConstExtract STATIC
|
|
ConstExtract.cpp
|
|
)
|
|
target_link_libraries(swiftConstExtract PRIVATE
|
|
swiftClangImporter
|
|
swiftAST)
|
|
|
|
set_swift_llvm_is_available(swiftConstExtract)
|