codecs: fix libary name when compiling with CMake

Change-Id: I0ef328ac9a1fd7281267dbb7f9d1ace97ab41071
Reviewed-on: https://code.wireshark.org/review/12422
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
This commit is contained in:
Pascal Quantin 2015-12-04 07:59:01 +01:00
parent 0d3f77fff1
commit d8c794e16d
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ add_library(wscodecs ${LINK_MODE_LIB}
set(FULL_SO_VERSION "0.0.0")
set_target_properties(wscodecs PROPERTIES
PREFIX "libws"
PREFIX "lib"
COMPILE_DEFINITIONS "WS_BUILD_DLL"
LINK_FLAGS "${WS_LINK_FLAGS}"
VERSION ${FULL_SO_VERSION} SOVERSION 0