Skip to content

Instantly share code, notes, and snippets.

@initishbhatt
Created April 12, 2018 06:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save initishbhatt/5908586f37ff34bcee30f3b34c7fcec3 to your computer and use it in GitHub Desktop.
Save initishbhatt/5908586f37ff34bcee30f3b34c7fcec3 to your computer and use it in GitHub Desktop.
# Searches for a specified prebuilt library and stores the path as a
# variable. Because CMake includes system libraries in the search path by
# default, you only need to specify the name of the public NDK library
# you want to add. CMake verifies that the library exists before
# completing its build.
find_library( # Sets the name of the path variable.
log-lib
# Specifies the name of the NDK library that
# you want CMake to locate.
log )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment