mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-01 21:23:52 +00:00
[precompile] Use a single Precompile.cpp
This commit is contained in:
parent
7a7e0822dd
commit
b58e99f22e
10
src/App.cpp
10
src/App.cpp
@ -1,10 +0,0 @@
|
||||
// Copyright (c) 2017-2022, 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
|
||||
|
||||
#include <CLI/impl/App_inl.hpp>
|
||||
|
||||
#include <CLI/Config.hpp>
|
||||
#include <CLI/Formatter.hpp>
|
@ -1,7 +0,0 @@
|
||||
// Copyright (c) 2017-2022, 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
|
||||
|
||||
#include <CLI/impl/Config_inl.hpp>
|
@ -1,7 +0,0 @@
|
||||
// Copyright (c) 2017-2022, 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
|
||||
|
||||
#include <CLI/impl/Formatter_inl.hpp>
|
@ -1,13 +0,0 @@
|
||||
// Copyright (c) 2017-2022, 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
|
||||
|
||||
#include <CLI/impl/Option_inl.hpp>
|
||||
#include <CLI/App.hpp>
|
||||
|
||||
template class CLI::OptionBase<CLI::OptionDefaults>;
|
||||
template class CLI::OptionBase<CLI::Option>;
|
||||
|
||||
template void CLI::OptionBase<CLI::OptionDefaults>::copy_to(CLI::Option *) const;
|
@ -4,4 +4,10 @@
|
||||
//
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
#include <CLI/impl/App_inl.hpp>
|
||||
#include <CLI/impl/Config_inl.hpp>
|
||||
#include <CLI/impl/Formatter_inl.hpp>
|
||||
#include <CLI/impl/Option_inl.hpp>
|
||||
#include <CLI/impl/Split_inl.hpp>
|
||||
#include <CLI/impl/StringTools_inl.hpp>
|
||||
#include <CLI/impl/Validators_inl.hpp>
|
@ -1,7 +0,0 @@
|
||||
// Copyright (c) 2017-2022, 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
|
||||
|
||||
#include <CLI/impl/Split_inl.hpp>
|
@ -1,7 +0,0 @@
|
||||
// Copyright (c) 2017-2022, 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
|
||||
|
||||
#include <CLI/impl/Validators_inl.hpp>
|
Loading…
x
Reference in New Issue
Block a user