mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-23 23:47:00 +00:00
android: libz dependency
This commit is contained in:
parent
29bc05552a
commit
c76114face
@ -36,12 +36,15 @@ find_library( # Sets the name of the path variable.
|
||||
# you want CMake to locate.
|
||||
log )
|
||||
|
||||
find_library(libz z)
|
||||
|
||||
# Specifies libraries CMake should link to your target library. You
|
||||
# can link multiple libraries, such as libraries you define in the
|
||||
# build script, prebuilt third-party libraries, or system libraries.
|
||||
|
||||
target_link_libraries( # Specifies the target library.
|
||||
hyper
|
||||
${libz}
|
||||
|
||||
# Links the target library to the log library
|
||||
# included in the NDK.
|
||||
|
Loading…
Reference in New Issue
Block a user