summaryrefslogtreecommitdiff
path: root/tools/llvmc/examples/Hello/CMakeLists.txt
blob: 5679924bdb399308776b7d40cfc4552b82bb0165 (plain)
1
2
3
4
set(LLVM_USED_LIBS CompilerDriver)
set(LLVM_LINK_COMPONENTS support)

add_llvm_example(Hello Hello.cpp)