Files
swift-mirror/unittests/ClangImporter/CMakeLists.txt

11 lines
182 B
CMake

add_swift_unittest(SwiftClangImporterTests
ClangImporterTests.cpp
)
target_link_libraries(SwiftClangImporterTests
PRIVATE
swiftClangImporter
swiftParse
swiftAST
)