0.12.1: Add support for a shared library
New CMake variable, LIBARGS_SHARED
, will build libargs.so
and args.dll
instead of libargs.a
and args.lib
, respectively (except, of course, args.dll
will also produce args.lib
).
New CMake variable, LIBARGS_SHARED
, will build libargs.so
and args.dll
instead of libargs.a
and args.lib
, respectively (except, of course, args.dll
will also produce args.lib
).