mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
12 lines
277 B
CMake
12 lines
277 B
CMake
add_swift_unittest(SwiftFrontendTests
|
|
ArgParsingTest.cpp
|
|
FeatureParsingTest.cpp
|
|
IsFeatureEnabledTests.cpp
|
|
StrictConcurrencyTests.cpp)
|
|
|
|
target_link_libraries(SwiftFrontendTests
|
|
PRIVATE
|
|
swiftFrontend
|
|
# FIXME: Circular dependencies (AST <-> Parse)
|
|
swiftAST)
|