Closed eyalroz closed 3 months ago
CMake has built-in support for an option named BUILD_SHARED_LIBS for controlling whether libraries are built static or shared/dynamic by default. Let's use that instead of our custom BUILD_STATIC_LIBRARY.
BUILD_SHARED_LIBS
BUILD_STATIC_LIBRARY
CMake has built-in support for an option named
BUILD_SHARED_LIBS
for controlling whether libraries are built static or shared/dynamic by default. Let's use that instead of our customBUILD_STATIC_LIBRARY
.