add_library( # Sets the name of the library.
bsdiff
# Sets the library as a shared library.
SHARED
# Provides a relative path to your source file(s).
# Associated headers in the same location as their source
# file are automatically included.
src/main/cpp/bspatch.c
src/main/cpp/cn_qh_dn_patch_PatchUtils.h
${BZIP_SRC})