aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Support/CMakeLists.txt')
-rw-r--r--lib/Support/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt
index 105a507..a64a188 100644
--- a/lib/Support/CMakeLists.txt
+++ b/lib/Support/CMakeLists.txt
@@ -64,6 +64,7 @@ add_llvm_library(LLVMSupport
Memory.cpp
Mutex.cpp
Path.cpp
+ PathV2.cpp
Process.cpp
Program.cpp
RWMutex.cpp
@@ -79,6 +80,7 @@ add_llvm_library(LLVMSupport
Unix/Memory.inc
Unix/Mutex.inc
Unix/Path.inc
+ Unix/PathV2.inc
Unix/Process.inc
Unix/Program.inc
Unix/RWMutex.inc
@@ -92,6 +94,7 @@ add_llvm_library(LLVMSupport
Windows/Memory.inc
Windows/Mutex.inc
Windows/Path.inc
+ Windows/PathV2.inc
Windows/Process.inc
Windows/Program.inc
Windows/RWMutex.inc