2016-09-27 22:01:08 +03: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 23:37:56 +03:00
|
|
|
#include "cmGlobalCommonGenerator.h"
|
|
|
|
|
2016-09-01 21:59:28 +03:00
|
|
|
class cmake;
|
|
|
|
|
2016-05-16 17:34:04 +03:00
|
|
|
cmGlobalCommonGenerator::cmGlobalCommonGenerator(cmake* cm)
|
|
|
|
: cmGlobalGenerator(cm)
|
2015-07-07 23:37:56 +03:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
cmGlobalCommonGenerator::~cmGlobalCommonGenerator()
|
|
|
|
{
|
|
|
|
}
|