mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
15 lines
218 B
CMake
15 lines
218 B
CMake
add_swift_unittest(SwiftParseTests
|
|
BuildConfigTests.cpp
|
|
LexerTests.cpp
|
|
TokenizerTests.cpp
|
|
)
|
|
|
|
target_link_libraries(SwiftParseTests
|
|
swiftSIL
|
|
swiftSema
|
|
swiftClangImporter
|
|
swiftParse
|
|
swiftAST
|
|
)
|
|
|