mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Shorten some of the keys and format them consistently as sentence fragments rather than identifiers.
21 lines
504 B
CMake
21 lines
504 B
CMake
|
|
add_swift_unittest(swiftSemaTests
|
|
SemaFixture.cpp
|
|
BindingInferenceTests.cpp
|
|
ConstraintGenerationTests.cpp
|
|
ConstraintSimplificationTests.cpp
|
|
ConstraintSystemDumpTests.cpp
|
|
UnresolvedMemberLookupTests.cpp
|
|
PlaceholderTypeInferenceTests.cpp
|
|
SolutionFilteringTests.cpp
|
|
KeypathFunctionConversionTests.cpp)
|
|
|
|
target_link_libraries(swiftSemaTests
|
|
PRIVATE
|
|
swiftAST
|
|
swiftSema
|
|
swiftSerialization)
|
|
|
|
target_compile_definitions(swiftSemaTests PRIVATE
|
|
SWIFTLIB_DIR=\"${SWIFTLIB_DIR}\")
|