summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalXCodeGenerator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-01-24 22:35:54 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2005-01-24 22:35:54 (GMT)
commite57b17df7ea01e259cbd74590ebfaff7a32d987d (patch)
tree5cca482fb9f80fefe818c65e7d379c28b24a3fa7 /Source/cmLocalXCodeGenerator.cxx
parenta921ccaa2a590d2f83c6e81c1c41093a73d9abb8 (diff)
downloadCMake-e57b17df7ea01e259cbd74590ebfaff7a32d987d.zip
CMake-e57b17df7ea01e259cbd74590ebfaff7a32d987d.tar.gz
CMake-e57b17df7ea01e259cbd74590ebfaff7a32d987d.tar.bz2
ENH: initial xcode stuff
Diffstat (limited to 'Source/cmLocalXCodeGenerator.cxx')
-rw-r--r--Source/cmLocalXCodeGenerator.cxx10
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/cmLocalXCodeGenerator.cxx b/Source/cmLocalXCodeGenerator.cxx
new file mode 100644
index 0000000..eb709b3
--- /dev/null
+++ b/Source/cmLocalXCodeGenerator.cxx
@@ -0,0 +1,10 @@
+#include "cmLocalXCodeGenerator.h"
+
+cmLocalXCodeGenerator::cmLocalXCodeGenerator()
+{
+}
+
+cmLocalXCodeGenerator::~cmLocalXCodeGenerator()
+{
+}
+