[libcxx-commits] [PATCH] D114248: [libc++] Improve CMake include directory search.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Nov 19 07:50:13 PST 2021


ldionne added inline comments.


================
Comment at: libcxx/src/CMakeLists.txt:200
   add_library(cxx_shared SHARED ${exclude_from_all} ${LIBCXX_SOURCES} ${LIBCXX_HEADERS})
+  target_include_directories(cxx_shared PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
   target_link_libraries(cxx_shared PUBLIC cxx-headers
----------------
What are these useful for?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114248/new/

https://reviews.llvm.org/D114248



More information about the libcxx-commits mailing list