Skip to content

Commit

Permalink
Added ICCv4 with Little CMS on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
23rd committed Apr 22, 2024
1 parent a428df5 commit d9f958e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions external/kimageformats/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ elseif (APPLE)
${libs_loc}/local/lib/libbrotlidec-static.a
${libs_loc}/local/lib/libbrotlienc-static.a
${libs_loc}/local/lib/libbrotlicommon-static.a
${libs_loc}/local/lib/liblcms2.a
)
else()
target_link_static_libraries(external_kimageformats
Expand Down
1 change: 1 addition & 0 deletions external/qt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ if (WIN32)
elseif (APPLE)
target_link_libraries(external_qt
INTERFACE
${libs_loc}/local/lib/liblcms2.a
${libs_loc}/local/lib/libwebp.a
${libs_loc}/local/lib/libwebpdemux.a
${libs_loc}/local/lib/libwebpmux.a
Expand Down

0 comments on commit d9f958e

Please sign in to comment.