mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-24 11:37:12 +01: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 ()
|
||
|
|