Skip to content

Commit

Permalink
cmake: inject libdir of lzma
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceIm authored and nmoinvaz committed Nov 29, 2022
1 parent e2900e7 commit 6ada234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ if(MZ_LZMA)

list(APPEND MINIZIP_INC ${LIBLZMA_INCLUDE_DIRS})
list(APPEND MINIZIP_LIB ${LIBLZMA_LIBRARIES})
list(APPEND MINIZIP_LBD ${LIBLZMA_LIBRARY_DIRS})

set(PC_PRIVATE_LIBS "${PC_PRIVATE_LIBS} -lliblzma")
elseif(MZ_FETCH_LIBS)
Expand Down

0 comments on commit 6ada234

Please sign in to comment.