freebsd-dev/tools/llvm-strings/CMakeLists.txt

11 lines
107 B
CMake

set(LLVM_LINK_COMPONENTS
Core
Object
Support
)
add_llvm_tool(llvm-strings
llvm-strings.cpp
)