================
@@ -9,6 +9,26 @@ macro(pythonize_bool var)
endmacro()
set(LIBUNWIND_TESTING_INSTALL_PREFIX
"${LIBUNWIND_BINARY_DIR}/test-suite-install")
+add_custom_target(libunwind-install-cxx-for-testing
+ DEPENDS cxx-headers
+ cxx
+ cxx_experimental
+ cxx-modules
+ COMMAND ${CMAKE_COMMAND} -E make_directory
"${LIBUNWIND_TESTING_INSTALL_PREFIX}"
----------------
arichardson wrote:
Seems to support the same command flags in 3.20
(https://cmake.org/cmake/help/v3.20/manual/cmake.1.html#install-a-project) so
we should be okay with that approach?
https://github.com/llvm/llvm-project/pull/171474
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits