cmake/platform/unix.cmake (5 lines of code) (raw):

if(BUILD_SHARED_LIBS) SET(SUFFIX so) else() SET(SUFFIX a) endif()