mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
ENH: initial xcode stuff
This commit is contained in:
10
Source/cmLocalXCodeGenerator.cxx
Normal file
10
Source/cmLocalXCodeGenerator.cxx
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "cmLocalXCodeGenerator.h"
|
||||
|
||||
cmLocalXCodeGenerator::cmLocalXCodeGenerator()
|
||||
{
|
||||
}
|
||||
|
||||
cmLocalXCodeGenerator::~cmLocalXCodeGenerator()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user