[llvm] r177963 - Add missing file to cmake build.

Nick Lewycky nicholas at mxc.ca
Mon Mar 25 18:29:15 PDT 2013


Author: nicholas
Date: Mon Mar 25 20:29:15 2013
New Revision: 177963

URL: http://llvm.org/viewvc/llvm-project?rev=177963&view=rev
Log:
Add missing file to cmake build.

Modified:
    llvm/trunk/lib/Support/CMakeLists.txt

Modified: llvm/trunk/lib/Support/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/CMakeLists.txt?rev=177963&r1=177962&r2=177963&view=diff
==============================================================================
--- llvm/trunk/lib/Support/CMakeLists.txt (original)
+++ llvm/trunk/lib/Support/CMakeLists.txt Mon Mar 25 20:29:15 2013
@@ -83,6 +83,7 @@ add_llvm_library(LLVMSupport
   Threading.cpp
   TimeValue.cpp
   Valgrind.cpp
+  Watchdog.cpp
   Unix/Host.inc
   Unix/Memory.inc
   Unix/Mutex.inc





More information about the llvm-commits mailing list