CMake: Added Tool.cpp to tools/llvmc/driver.
authorOscar Fuentes <ofv@wanadoo.es>
Sun, 7 Dec 2008 17:01:16 +0000 (17:01 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Sun, 7 Dec 2008 17:01:16 +0000 (17:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60670 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvmc/driver/CMakeLists.txt

index 4227141d57fe51398ff8ebf31a847b8ebc798244..153dd443cbf2207b56d3b5e12585c7f6835eb04e 100644 (file)
@@ -6,4 +6,5 @@ add_llvm_tool(llvmc
   CompilationGraph.cpp
   llvmc.cpp
   Plugin.cpp
+  Tool.cpp
   )