Files
swift-mirror/tools/swift-reflection-fuzzer/CMakeLists.txt
Saleem Abdulrasool 218b37e1bb build: rename LLVM_COMPONENT_DEPENDS
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.
2019-05-04 19:58:28 -07:00

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)