Closed snakethatlovesstaticlibs closed 2 years ago
This commit uses the standard CMAKE flag BUILD_SHARED_LIBS in order to allow users to specify whether they want a static library or a dynamic one. The default value of the flag is ON in order to maintain backwards compatibility.
BUILD_SHARED_LIBS
ON
Good call on this, thank you.
This commit uses the standard CMAKE flag
BUILD_SHARED_LIBS
in order to allow users to specify whether they want a static library or a dynamic one. The default value of the flag isON
in order to maintain backwards compatibility.