================
@@ -34,3 +35,7 @@ add_distinct_clang_unittest(ClangScalableAnalysisTests
   FrontendOpenMP
   Support
   )
+
+target_include_directories(ClangScalableAnalysisTests PRIVATE
+  ${CMAKE_CURRENT_SOURCE_DIR}/../../../lib/Analysis/Scalable
+  )
----------------
steakhal wrote:

I figured we could always relative refer to a header from the current CPP file.
That usually covers the use-cases of "implementation only" header files.

https://github.com/llvm/llvm-project/pull/183390
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to