2016-09-27 15:01:08 -04:00
|
|
|
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
|
|
|
file Copyright.txt or https://cmake.org/licensing for details. */
|
2015-07-07 16:37:56 -04:00
|
|
|
#include "cmGlobalCommonGenerator.h"
|
|
|
|
|
2016-09-01 20:59:28 +02:00
|
|
|
class cmake;
|
|
|
|
|
2016-05-16 10:34:04 -04:00
|
|
|
cmGlobalCommonGenerator::cmGlobalCommonGenerator(cmake* cm)
|
|
|
|
: cmGlobalGenerator(cm)
|
2015-07-07 16:37:56 -04:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
cmGlobalCommonGenerator::~cmGlobalCommonGenerator()
|
|
|
|
{
|
|
|
|
}
|