Initial support for the CMake build system.
[oota-llvm.git] / lib / Transforms / Hello / CMakeLists.txt
1 add_llvm_library( LLVMHello
2   Hello.cpp
3   )