mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-01-20 17:34:03 -05:00
6 lines
206 B
Plaintext
Executable File
6 lines
206 B
Plaintext
Executable File
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})
|