mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-05 00:35:39 +00:00
Path scanning is using C++17's std::filesystem if available, but uses boost::filesystem as fallback. Using boost can be forced using the ENABLE_BOOST_FILESYSTEM CMake option.