7 lines
75 B
CMake
7 lines
75 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
support
|
|
)
|
|
|
|
add_llvm_utility(count
|
|
count.c
|
|
)
|