Make add_library use default setting which is set to SHARED libs for anything...
Make add_library use default setting which is set to SHARED libs for anything but WIN32. WIN32 libs are going to be STATIC until external API is specifically defined (Windows' DLLs export nothing by default, UNIX shared libs export everything)
Please register or sign in to comment