[PATCH] [libcxxabi] Add a cmake build system.

Dan Albert danalbert at google.com
Tue Jul 1 17:19:53 PDT 2014


================
Comment at: src/CMakeLists.txt:26
@@ +25,3 @@
+
+if (LIBCXXABI_LIBCXX_INCLUDES)
+  include_directories("${LIBCXXABI_LIBCXX_INCLUDES}")
----------------
Changed this to point directly to the include directory in case the headers aren't in a directory named "include".

http://reviews.llvm.org/D4359






More information about the cfe-commits mailing list