From 208ca6aa14e42057069cd779bb1ca53170a38713 Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Thu, 2 Oct 2008 17:39:29 +0000 Subject: [PATCH] CMake: Added Host.cpp to lib/System/CMakeLists.txt. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56957 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/System/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/System/CMakeLists.txt b/lib/System/CMakeLists.txt index 9ac663e84fe..31baf356bb0 100644 --- a/lib/System/CMakeLists.txt +++ b/lib/System/CMakeLists.txt @@ -2,6 +2,7 @@ add_llvm_library(LLVMSystem Alarm.cpp Disassembler.cpp DynamicLibrary.cpp + Host.cpp IncludeFile.cpp Memory.cpp Mutex.cpp -- 2.34.1