mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
make zlib part of xlnt's link interface
This commit is contained in:
parent
ffc8c76f0a
commit
924b5a4a71
|
@ -132,7 +132,7 @@ add_dependencies(xlnt xlnt.third-party)
|
|||
target_link_libraries(xlnt PRIVATE libstudxml)
|
||||
target_include_directories(xlnt PUBLIC ${XLNT_INCLUDE_DIR})
|
||||
target_include_directories(xlnt PRIVATE ${XLNT_SOURCE_DIR})
|
||||
target_link_libraries(xlnt PRIVATE ${ZLIB_LIBRARY_RELEASE})
|
||||
target_link_libraries(xlnt PUBLIC ${ZLIB_LIBRARY_RELEASE})
|
||||
target_include_directories(xlnt PRIVATE ${ZLIB_INCLUDE_DIR})
|
||||
target_link_libraries(xlnt PRIVATE ${CRYPTOPP_LIBRARY_RELEASE})
|
||||
target_include_directories(xlnt PRIVATE ${CRYPTOPP_INCLUDE_DIR})
|
||||
|
|
Loading…
Reference in New Issue
Block a user