X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FProfileData%2FCMakeLists.txt;h=282760f0e66b83447d5a27b7bf918b3b84d0dd63;hb=090b50ca27d8fbc511d35dc67e6afb443b3f84c3;hp=b9d472d99e7b6477d88ee9035a512efd62e0e1ae;hpb=e75c2b3e5421c1d0b19f3d166001778c7ee80023;p=oota-llvm.git diff --git a/lib/ProfileData/CMakeLists.txt b/lib/ProfileData/CMakeLists.txt index b9d472d99e7..282760f0e66 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 )