6 lines
74 B
CMake
6 lines
74 B
CMake
if(BUILD_SHARED_LIBS)
|
|
SET(SUFFIX so)
|
|
else()
|
|
SET(SUFFIX a)
|
|
endif()
|