mirror of
https://github.com/cemu-project/vcpkg.git
synced 2024-11-30 14:40:24 +00:00
parent
5b35f447c7
commit
06d5d393b9
@ -1,4 +1,4 @@
|
||||
Source: libraw
|
||||
Version: 201903
|
||||
Version: 201903-1
|
||||
Build-Depends: lcms, jasper
|
||||
Description: raw image decoder library
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- a/cmake/modules/FindLibRaw.cmake 2016-11-02 07:09:50.000000000 +0100
|
||||
+++ b/cmake/modules/FindLibRaw.cmake 2018-06-02 02:50:10.501142400 +0200
|
||||
@@ -31,18 +31,34 @@
|
||||
+++ b/cmake/modules/FindLibRaw.cmake 2019-06-03 22:05:28.759307500 +0200
|
||||
@@ -31,18 +31,36 @@
|
||||
PATH_SUFFIXES libraw
|
||||
)
|
||||
|
||||
@ -18,6 +18,8 @@
|
||||
+ ${PC_LIBRAW_LIBRARY_DIRS}
|
||||
+ )
|
||||
+
|
||||
+INCLUDE(SelectLibraryConfigurations)
|
||||
+
|
||||
+select_library_configurations(LibRaw)
|
||||
+
|
||||
+FIND_LIBRARY(LibRaw_r_LIBRARY_RELEASE NAMES raw_r
|
||||
|
Loading…
Reference in New Issue
Block a user