EricWF added a comment. Thanks for fixing this. Sucks that we have to manually enumerate source files but this is the correct solution according to CMake.
Would it be easy to still use `glob` to verify that none of the source files have accidentally been forgotten? ================ Comment at: lib/CMakeLists.txt:304 if (LIBCXX_ENABLE_EXPERIMENTAL_LIBRARY) file(GLOB LIBCXX_EXPERIMENTAL_SOURCES ../src/experimental/*.cpp) if (LIBCXX_ENABLE_FILESYSTEM) ---------------- These globs should be fixed as well. https://reviews.llvm.org/D31363 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits