Files
llvm-project/llvm/lib/Transforms/Hello/CMakeLists.txt
Oscar Fuentes a229b3c9a7 Initial support for the CMake build system.
llvm-svn: 56419
2008-09-22 01:08:49 +00:00

4 lines
44 B
CMake

add_llvm_library( LLVMHello
Hello.cpp
)