1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-06-16 17:03:54 +08:00
CMake/Source/cmLocalXCodeGenerator.cxx
2006-03-24 09:15:05 -05:00

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()
{
}