blob: 93196f227542579a8ad74c5cca2733ba79d7c3af [file] [log] [blame]
Tomáš Pecka9b1c9672020-11-11 15:24:06 +01001#pragma once
2#include <filesystem>
3
4void removeDirectoryTreeIfExists(const std::filesystem::path& rootDir);