mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-06 16:25:27 +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.