galmon/ext/CLI11/CLI/CLI.hpp

36 lines
614 B
C++
Raw Permalink Normal View History

2020-07-16 16:08:08 +02:00
// Copyright (c) 2017-2020, University of Cincinnati, developed by Henry Schreiner
// under NSF AWARD 1414736 and by the respective contributors.
// All rights reserved.
//
// SPDX-License-Identifier: BSD-3-Clause
2019-08-26 15:58:01 +02:00
2020-07-16 16:08:08 +02:00
#pragma once
2019-08-26 15:58:01 +02:00
// CLI Library includes
// Order is important for combiner script
2020-07-16 16:08:08 +02:00
#include "Version.hpp"
#include "Macros.hpp"
#include "StringTools.hpp"
#include "Error.hpp"
#include "TypeTools.hpp"
#include "Split.hpp"
#include "ConfigFwd.hpp"
#include "Validators.hpp"
#include "FormatterFwd.hpp"
#include "Option.hpp"
#include "App.hpp"
#include "Config.hpp"
#include "Formatter.hpp"