mirror of
https://github.com/openharmony/third_party_cmake.git
synced 2026-08-27 03:21:43 -04: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()
|
|
{
|
|
}
|
|
|