Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkubouch <kubouch@gmail.com>2020-07-06 21:43:28 +0300
committerkubouch <kubouch@gmail.com>2020-07-11 12:26:01 +0300
commit38cf1b8a705a10b446c8d8efab5eb4a47e356caa (patch)
tree51a998b08cd61d496c180ed0e0bcc9bd22056476 /csvexport/build/win32
parent276e40ab2a1dfe34becd25936baca8e99bc55a36 (diff)
Switch from cxxopts to getopt for csvexport
Diffstat (limited to 'csvexport/build/win32')
-rw-r--r--csvexport/build/win32/csvexport.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/csvexport/build/win32/csvexport.vcxproj b/csvexport/build/win32/csvexport.vcxproj
index 87c3cfe2..c9c44d42 100644
--- a/csvexport/build/win32/csvexport.vcxproj
+++ b/csvexport/build/win32/csvexport.vcxproj
@@ -35,3 +35,4 @@
<ClCompile Include="..\..\..\zstd\zstd_ldm.c" />
<ClCompile Include="..\..\..\zstd\zstd_opt.c" />
<ClCompile Include="..\..\src\csvexport.cpp" />
+<ClCompile Include="..\..\..\getopt\getopt.c" />