|
|
|
@ -51,7 +51,7 @@ add_library( # Sets the name of the library.
|
|
|
|
|
|
|
|
|
|
# Provides a relative path to your source file(s).
|
|
|
|
|
mpmaster.cpp
|
|
|
|
|
|
|
|
|
|
bspatch/bspatch.c
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
# Searches for a specified prebuilt library and stores the path as a
|
|
|
|
@ -76,5 +76,5 @@ target_link_libraries( # Specifies the target library.
|
|
|
|
|
|
|
|
|
|
# Links the target library to the log library
|
|
|
|
|
# included in the NDK.
|
|
|
|
|
bspatch
|
|
|
|
|
|
|
|
|
|
${log-lib} )
|
|
|
|
|