CMake/Source/cmLocalXCodeGenerator.cxx

14 lines
275 B
C++
Raw Normal View History

2005-01-24 17:35:54 -05:00
#include "cmLocalXCodeGenerator.h"
cmLocalXCodeGenerator::cmLocalXCodeGenerator()
{
// the global generator does this, so do not
// put these flags into the language flags
this->EmitUniversalBinaryFlags = false;
2005-01-24 17:35:54 -05:00
}
cmLocalXCodeGenerator::~cmLocalXCodeGenerator()
{
}