1 // =================================
 2 // Copyright (c) 2021 Seppo Laakko
 3 // Distributed under the MIT license
 4 // =================================
 5 
 6 #ifndef CMAJOR_BUILD_INII_DONE_INCLUDED
 7 #define CMAJOR_BUILD_INII_DONE_INCLUDED
 8 #include <cmajor/build/BuildApi.hpp>
 9 
10 namespace cmajor { namespace build {
11 
12 void Init();
13 void Done();
14 
15 } } // namespace cmajor::build
16 
17 #endif // CMAJOR_BUILD_INII_DONE_INCLUDED