https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 02a47becc9087d092ef3e08a1c4418303ac05c8d authored by Lars Bilke on 10 February 2021, 08:30:46 UTC
[CMake] Fixed usage of get_source_files / append_source_files.
Tip revision: 02a47be
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top