mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-12 22:14:29 +02:00
*.pc.in: rename lib_prefix to webp_libname_prefix
this will help avoid any future conflicts with the more generic autoconf type name Change-Id: I0311e03a11a541118025c7dbe8309365f6efa847
This commit is contained in:
@ -134,10 +134,10 @@ set(INSTALLED_LIBRARIES)
|
||||
|
||||
if(MSVC)
|
||||
# match the naming convention used by nmake
|
||||
set(lib_prefix "lib")
|
||||
set(CMAKE_SHARED_LIBRARY_PREFIX "${lib_prefix}")
|
||||
set(CMAKE_IMPORT_LIBRARY_PREFIX "${lib_prefix}")
|
||||
set(CMAKE_STATIC_LIBRARY_PREFIX "${lib_prefix}")
|
||||
set(webp_libname_prefix "lib")
|
||||
set(CMAKE_SHARED_LIBRARY_PREFIX "${webp_libname_prefix}")
|
||||
set(CMAKE_IMPORT_LIBRARY_PREFIX "${webp_libname_prefix}")
|
||||
set(CMAKE_STATIC_LIBRARY_PREFIX "${webp_libname_prefix}")
|
||||
endif()
|
||||
|
||||
set(CMAKE_C_VISIBILITY_PRESET hidden)
|
||||
|
Reference in New Issue
Block a user