From a229b3c9a78a54d73b9188f729f6dc4a0412ca0b Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Mon, 22 Sep 2008 01:08:49 +0000 Subject: Initial support for the CMake build system. llvm-svn: 56419 --- llvm/lib/Transforms/Hello/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 llvm/lib/Transforms/Hello/CMakeLists.txt (limited to 'llvm/lib/Transforms/Hello') diff --git a/llvm/lib/Transforms/Hello/CMakeLists.txt b/llvm/lib/Transforms/Hello/CMakeLists.txt new file mode 100644 index 00000000000..b80d15ba76d --- /dev/null +++ b/llvm/lib/Transforms/Hello/CMakeLists.txt @@ -0,0 +1,3 @@ +add_llvm_library( LLVMHello + Hello.cpp + ) -- cgit v1.2.3