mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
9 lines
189 B
CMake
9 lines
189 B
CMake
add_swift_unittest(SwiftFrontendToolTests
|
|
FrontendToolTests.cpp
|
|
ModuleLoadingTests.cpp)
|
|
|
|
target_link_libraries(SwiftFrontendToolTests
|
|
PRIVATE
|
|
swiftFrontend
|
|
swiftFrontendTool)
|