cpp-dotenv
cpp-dotenv copied to clipboard
Added the ability to build as a shared library.
This pr modifies the cmakelists to allow for the library to be built into a shared library. By setting the cmake option DOETENV_SHARED_LIB to yes the library is built as shared, this however seems to require that the package libantlr4-runtime-dev is installed (tested on debian).