/* Copyright 2008 Simon Richter <Simon.Richter@hogyros.de> * * Released under the GNU General Public Licence version 3. */ #ifdef HAVE_CONFIG_H #include <config.h> #endif #include "build_project.hpp" namespace dammit { build_project::build_project(name const &n, path const &p) : project(n, p) { return; } }