Jul 20 2018
For those of you that use CMake, there are some nice variables for platform independent static/shared library suffixes: ${CMAKE_SHARED_LIBRARY_SUFFIX}
and ${CMAKE_STATIC_LIBRARY_SUFFIX}
. There are also prefix variables too!
For those of you that use CMake, there are some nice variables for platform independent static/shared library suffixes: ${CMAKE_SHARED_LIBRARY_SUFFIX}
and ${CMAKE_STATIC_LIBRARY_SUFFIX}
. There are also prefix variables too!