1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

Add Atomic.cpp to the CMake build system.

llvm-svn: 72202
This commit is contained in:
Owen Anderson 2009-05-21 00:48:56 +00:00
parent 81e8ddcfda
commit 3e3206324b

View File

@ -1,5 +1,6 @@
add_llvm_library(LLVMSystem
Alarm.cpp
Atomic.cpp
Disassembler.cpp
DynamicLibrary.cpp
Host.cpp