mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 18:59:00 +08:00
6 lines
206 B
Plaintext
6 lines
206 B
Plaintext
|
The package jxrlib provides CMake integration:
|
||
|
|
||
|
find_package(JXR REQUIRED)
|
||
|
target_include_directories(main PRIVATE ${JXR_INCLUDE_DIRS})
|
||
|
target_link_libraries(main PRIVATE ${JXR_LIBRARIES})
|