mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This is not a target dependency but a target link. Name the parameter to be less misleading. This also makes the name identical to the LLVM parameter.
9 lines
258 B
CMake
9 lines
258 B
CMake
add_swift_fuzzer_host_tool(swift-reflection-fuzzer
|
|
swift-reflection-fuzzer.cpp
|
|
LLVM_LINK_COMPONENTS support
|
|
SWIFT_COMPONENT tools
|
|
)
|
|
target_link_libraries(swift-reflection-fuzzer
|
|
PRIVATE
|
|
swiftReflection)
|