aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ProfileData/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ProfileData/CMakeLists.txt')
-rw-r--r--lib/ProfileData/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ProfileData/CMakeLists.txt b/lib/ProfileData/CMakeLists.txt
index b9d472d..282760f 100644
--- a/lib/ProfileData/CMakeLists.txt
+++ b/lib/ProfileData/CMakeLists.txt
@@ -8,4 +8,7 @@ add_llvm_library(LLVMProfileData
SampleProf.cpp
SampleProfReader.cpp
SampleProfWriter.cpp
+
+ ADDITIONAL_HEADER_DIRS
+ ${LLVM_MAIN_INCLUDE_DIR}/llvm/ProfileData
)