mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-24 03:02:46 +08:00
Add include guard for cmGeneratorExpression.
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
See the License for more information.
|
||||
============================================================================*/
|
||||
|
||||
#ifndef cmGeneratorExpression_h
|
||||
#define cmGeneratorExpression_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
|
||||
#include <stack>
|
||||
@@ -80,3 +84,5 @@ private:
|
||||
mutable std::set<cmTarget*> Targets;
|
||||
mutable std::string Output;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user