commit | 71287953e60d3437b51a69fd3f016b03f5011c52 | [log] [tgz] |
---|---|---|
author | Oscar Fuentes <ofv@wanadoo.es> | Fri Sep 26 19:48:03 2008 +0000 |
committer | Oscar Fuentes <ofv@wanadoo.es> | Fri Sep 26 19:48:03 2008 +0000 |
tree | 979cbee4a308e05095045e55f4fc1c399eb2b153 | |
parent | f4581480a3a1943caaafc24bdcfaa330fe9e732c [diff] [blame] |
CMake: Builds all examples. Corrected name of CBackend target. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56682 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/examples/ModuleMaker/CMakeLists.txt b/examples/ModuleMaker/CMakeLists.txt new file mode 100644 index 0000000..81e9115 --- /dev/null +++ b/examples/ModuleMaker/CMakeLists.txt
@@ -0,0 +1,5 @@ +set(LLVM_LINK_COMPONENTS bitwriter) + +add_llvm_example(ModuleMaker + ModuleMaker.cpp + )