mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
CMake code rely on cmList class for CMake lists management (part. 1)
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#include <cm/optional>
|
||||
|
||||
#include "cmConstStack.h"
|
||||
#include "cmList.h"
|
||||
#include "cmSystemTools.h"
|
||||
|
||||
/** \class cmListFileCache
|
||||
@@ -232,7 +233,7 @@ public:
|
||||
std::vector<BT<std::string>> cmExpandListWithBacktrace(
|
||||
std::string const& list,
|
||||
cmListFileBacktrace const& bt = cmListFileBacktrace(),
|
||||
bool emptyArgs = false);
|
||||
cmList::EmptyElements emptyArgs = cmList::EmptyElements::No);
|
||||
|
||||
struct cmListFile
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user