summaryrefslogtreecommitdiff
path: root/compiler/cpp/compiler.vcxproj
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2015-10-09 22:01:55 +0200
committerJens Geyer <jensg@apache.org>2015-10-09 22:01:55 +0200
commit56e5b9b01b5a033306d583cd2aec07a0dda3c9f5 (patch)
tree51fbf533e2d6faf0bf9f68e857bcc4b89f1c7c39 /compiler/cpp/compiler.vcxproj
parent983bf7de419dca19dac755970218a7d09bea8553 (diff)
downloadthrift-56e5b9b01b5a033306d583cd2aec07a0dda3c9f5.tar.gz
THRIFT-2905 Cocoa compiler should have option to produce "modern" Objective-C
Client: Cocoa (ObjectiveC & Swift) Author: Kevin Wooten <kevin@wooten.com> This closes #539
Diffstat (limited to 'compiler/cpp/compiler.vcxproj')
-rw-r--r--compiler/cpp/compiler.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/cpp/compiler.vcxproj b/compiler/cpp/compiler.vcxproj
index bc1215f02..fbd41adaf 100644
--- a/compiler/cpp/compiler.vcxproj
+++ b/compiler/cpp/compiler.vcxproj
@@ -78,6 +78,7 @@
<ClCompile Include="src\generate\t_py_generator.cc" />
<ClCompile Include="src\generate\t_rb_generator.cc" />
<ClCompile Include="src\generate\t_st_generator.cc" />
+ <ClCompile Include="src\generate\t_swift_generator.cc" />
<ClCompile Include="src\generate\t_xsd_generator.cc" />
<ClCompile Include="src\main.cc" />
<ClCompile Include="src\md5.c" />