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

Saleem Abdulrasool compnerd at compnerd.org
Tue Jul 1 18:18:49 PDT 2014


================
Comment at: src/CMakeLists.txt:2
@@ +1,3 @@
+# Get sources
+file(GLOB LIBCXXABI_SOURCES *.cpp)
+
----------------
Im not a big fan of GLOB.  I think that the number of files is tractable enough that we could enumerate them explicitly.

http://reviews.llvm.org/D4359






More information about the cfe-commits mailing list