mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:59:00 +08:00
8 lines
196 B
CMake
8 lines
196 B
CMake
_find_package(${ARGS})
|
|
find_package(Jasper REQUIRED)
|
|
if (Jasper_FOUND)
|
|
list(APPEND LibRaw_LIBRARIES ${JASPER_LIBRARIES})
|
|
list(APPEND LibRaw_r_LIBRARIES ${JASPER_LIBRARIES})
|
|
endif ()
|
|
|