mirror of
https://github.com/reactos/CMake.git
synced 2024-11-27 05:20:34 +00:00
14 lines
275 B
C++
14 lines
275 B
C++
#include "cmLocalXCodeGenerator.h"
|
|
|
|
cmLocalXCodeGenerator::cmLocalXCodeGenerator()
|
|
{
|
|
// the global generator does this, so do not
|
|
// put these flags into the language flags
|
|
this->EmitUniversalBinaryFlags = false;
|
|
}
|
|
|
|
cmLocalXCodeGenerator::~cmLocalXCodeGenerator()
|
|
{
|
|
}
|
|
|