mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-24 03:27:12 +01:00
Merge pull request #1524 from Mixaill/lcms-fix
[lcms] rename library to lcms2
This commit is contained in:
commit
313cd65ecd
@ -40,7 +40,7 @@ include_directories(
|
||||
"./include"
|
||||
)
|
||||
|
||||
add_library(lcms ${SRCS})
|
||||
add_library(lcms2 ${SRCS})
|
||||
|
||||
if(NOT SKIP_INSTALL_HEADERS )
|
||||
|
||||
@ -52,7 +52,7 @@ if(NOT SKIP_INSTALL_HEADERS )
|
||||
|
||||
endif(NOT SKIP_INSTALL_HEADERS )
|
||||
|
||||
install(TARGETS lcms EXPORT lcms_EXPORT
|
||||
install(TARGETS lcms2 EXPORT lcms_EXPORT
|
||||
RUNTIME DESTINATION bin
|
||||
LIBRARY DESTINATION lib
|
||||
ARCHIVE DESTINATION lib
|
||||
|
@ -1,4 +1,4 @@
|
||||
Source: lcms
|
||||
Version: 2.8
|
||||
Version: 2.8-1
|
||||
Build-Depends:
|
||||
Description: Little CMS.
|
Loading…
x
Reference in New Issue
Block a user