// -*- c++ -*-
// Distributed under the BSD 2-Clause License.
// See accompanying file LICENSE for details.
#pragma once

#include <string>
#include <filesystem>

namespace paths
{
extern std::string argv_0;
extern std::filesystem::path top_srcdir;
extern std::filesystem::path top_builddir;
extern std::filesystem::path testdir;
}