CMake: Added Host.cpp to lib/System/CMakeLists.txt.
authorOscar Fuentes <ofv@wanadoo.es>
Thu, 2 Oct 2008 17:39:29 +0000 (17:39 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Thu, 2 Oct 2008 17:39:29 +0000 (17:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56957 91177308-0d34-0410-b5e6-96231b3b80d8

lib/System/CMakeLists.txt

index 9ac663e84fe070a06735c57628f4b960bdc364ce..31baf356bb05279e6272ac998b51b0583ef0ab35 100644 (file)
@@ -2,6 +2,7 @@ add_llvm_library(LLVMSystem
   Alarm.cpp
   Disassembler.cpp
   DynamicLibrary.cpp
+  Host.cpp
   IncludeFile.cpp
   Memory.cpp
   Mutex.cpp