summaryrefslogtreecommitdiff
path: root/settings.h
blob: 302c6d7e5fd349b9ce15579241160693b170db73 (plain)
1
2
3
4
5
6
7
// -*- c++ -*-
#pragma once

struct Settings
{
	std::string builddir;
};