mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Merge topic 'cmtargetexport-iwyu'
c2974463d7 cmTargetExport: Analyze with IWYU
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8961
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||
file Copyright.txt or https://cmake.org/licensing for details. */
|
||||
#include "cmExportSet.h"
|
||||
#include "cmExportSet.h" // IWYU pragma: associated
|
||||
|
||||
#include <algorithm>
|
||||
#include <tuple>
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "cmMessageType.h"
|
||||
#include "cmStringAlgorithms.h"
|
||||
#include "cmTarget.h"
|
||||
#include "cmTargetExport.h"
|
||||
#include "cmTargetExport.h" // IWYU pragma: associated
|
||||
|
||||
cmExportSet::cmExportSet(std::string name)
|
||||
: Name(std::move(name))
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
|
||||
#include "cmConfigure.h" // IWYU pragma: keep
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
class cmFileSet;
|
||||
|
||||
Reference in New Issue
Block a user