Merge branch 'dev' into libraw-copylib

This commit is contained in:
Lawrence Lee
2024-06-15 22:32:12 -07:00
41 changed files with 971 additions and 479 deletions

View File

@@ -45,6 +45,9 @@ endif()
if(EXIV2_INCLUDE_DIRS)
include_directories("${EXIV2_INCLUDE_DIRS}")
endif()
if(JXL_INCLUDE_DIRS)
include_directories("${JXL_INCLUDE_DIRS}")
endif()
if(NOT WITH_SYSTEM_LIBRAW)
include_directories("${CMAKE_SOURCE_DIR}/rtengine/libraw")
else()
@@ -251,6 +254,7 @@ target_link_libraries(rtengine
${RSVG_LIBRARIES}
${KLT_LIBRARIES}
${EXIV2_LIBRARIES}
${JXL_LIBRARIES}
${LIBRAW_LIBRARIES}
)