cmake icon indicating copy to clipboard operation
cmake copied to clipboard

Use CMake variables for shared/static library suffixes

Open timwoj opened this issue 5 months ago • 0 comments

I noticed this while adding Redis support to the storage framework branch. We can't hardcode .so/.a for all platforms because on Windows it's .dll/.lib and on macOS shared libraries are .dylib. Use CMake variables to make these checks platform-independent.

timwoj avatar Sep 06 '24 18:09 timwoj