Add Atomic.cpp to the CMake build system.
authorOwen Anderson <resistor@mac.com>
Thu, 21 May 2009 00:48:56 +0000 (00:48 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 21 May 2009 00:48:56 +0000 (00:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72202 91177308-0d34-0410-b5e6-96231b3b80d8

lib/System/CMakeLists.txt

index 4b9ce5dabf259b08ce78c0399ef411aee86fec82..5415dd6e300c0a11a6a46afcc729c44fea42ee5d 100644 (file)
@@ -1,5 +1,6 @@
 add_llvm_library(LLVMSystem
   Alarm.cpp
+  Atomic.cpp
   Disassembler.cpp
   DynamicLibrary.cpp
   Host.cpp