mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 00:54:53 -07:00
Link zip and lzma libs.
Took 5 minutes
This commit is contained in:
parent
3613b6c696
commit
acf42b4e55
1 changed files with 8 additions and 0 deletions
|
|
@ -412,6 +412,14 @@ else()
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(ZLIB_FOUND)
|
||||||
|
target_link_libraries(cockatrice PRIVATE ${ZLIB_LIBRARIES})
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(LIBLZMA_FOUND)
|
||||||
|
target_link_libraries(cockatrice PRIVATE ${LIBLZMA_LIBRARIES})
|
||||||
|
endif()
|
||||||
|
|
||||||
if(UNIX)
|
if(UNIX)
|
||||||
if(APPLE)
|
if(APPLE)
|
||||||
set(MACOSX_BUNDLE_INFO_STRING "${PROJECT_NAME}")
|
set(MACOSX_BUNDLE_INFO_STRING "${PROJECT_NAME}")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue