1 // =================================
 2 // Copyright (c) 2021 Seppo Laakko
 3 // Distributed under the MIT license
 4 // =================================
 5 
 6 #include <cmajor/build/Host.hpp>
 7 
 8 namespace cmajor { namespace build {
 9 
10 Host::~Host()
11 {
12 }
13 
14 } } // namespace cmajor::build