[llvm] c1dc994 - [cmake] Add headers in include/llvm/Remarks subdirectory

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu May 7 08:43:51 PDT 2020


Author: Simon Pilgrim
Date: 2020-05-07T16:43:29+01:00
New Revision: c1dc994083fae1b1efc4f49b544c8a6f96c910b2

URL: https://github.com/llvm/llvm-project/commit/c1dc994083fae1b1efc4f49b544c8a6f96c910b2
DIFF: https://github.com/llvm/llvm-project/commit/c1dc994083fae1b1efc4f49b544c8a6f96c910b2.diff

LOG: [cmake] Add headers in include/llvm/Remarks subdirectory

Appeases visual studio

Added: 
    

Modified: 
    llvm/lib/Remarks/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Remarks/CMakeLists.txt b/llvm/lib/Remarks/CMakeLists.txt
index c49d32197189..ec49e77a5268 100644
--- a/llvm/lib/Remarks/CMakeLists.txt
+++ b/llvm/lib/Remarks/CMakeLists.txt
@@ -10,4 +10,7 @@ add_llvm_component_library(LLVMRemarks
   RemarkStringTable.cpp
   YAMLRemarkParser.cpp
   YAMLRemarkSerializer.cpp
+
+  ADDITIONAL_HEADER_DIRS
+  ${LLVM_MAIN_INCLUDE_DIR}/llvm/Remarks
 )


        


More information about the llvm-commits mailing list