mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
15 lines
340 B
CMake
15 lines
340 B
CMake
configure_file(${SWIFT_SOURCE_DIR}/stdlib/public/Cxx/libstdcxx/libstdcxx.modulemap
|
|
${CMAKE_CURRENT_BINARY_DIR}/libstdcxx.modulemap COPYONLY)
|
|
|
|
add_swift_unittest(SwiftClangImporterTests
|
|
ClangImporterTests.cpp
|
|
)
|
|
|
|
target_link_libraries(SwiftClangImporterTests
|
|
PRIVATE
|
|
swiftClangImporter
|
|
swiftSema
|
|
swiftParse
|
|
swiftAST
|
|
)
|