From fdc6308fa19f4e4fd90b2221eef268945f166e7d Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 10 Feb 2014 10:52:19 +0000 Subject: [CMake] LLVMSupport should be responsible to provide system_libs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201077 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/Support/CMakeLists.txt') diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt index a6ebb12e51..5d533dea65 100644 --- a/lib/Support/CMakeLists.txt +++ b/lib/Support/CMakeLists.txt @@ -117,3 +117,5 @@ add_llvm_library(LLVMSupport Windows/TimeValue.inc Windows/Watchdog.inc ) + +link_system_libs(LLVMSupport) -- cgit v1.2.3