mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
13 lines
220 B
CMake
13 lines
220 B
CMake
add_swift_unittest(SwiftASTTests
|
|
OverrideTests.cpp
|
|
SourceLocTests.cpp
|
|
TestContext.cpp
|
|
VersionRangeLattice.cpp
|
|
)
|
|
|
|
target_link_libraries(SwiftASTTests
|
|
swiftAST
|
|
# FIXME: Circular dependencies.
|
|
swiftParse
|
|
)
|