The new cmake-generated VS builds now generate a dynamic .dll instead of a .lib

This commit is contained in:
Eric Haszlakiewicz
2017-09-17 21:44:04 -04:00
parent 139eb64b43
commit cfbdf7757b

View File

@@ -32,7 +32,7 @@ after_build:
- copy json_inttypes.h include\json-c\*
- copy include\json_config.h include\json-c\*
- copy json_object_private.h include\json-c\*
- 7z a json-c.lib.zip lib\json-c.lib include\json-c\*.h
- 7z a json-c.lib.zip lib\json-c.dll include\json-c\*.h
artifacts:
- path: json-c.lib.zip