14 lines
385 B
CMake
14 lines
385 B
CMake
add_library(genuine STATIC
|
|
integrity/am-proxy.c
|
|
integrity/apk-sign-v2.c
|
|
integrity/common.c
|
|
integrity/genuine.c
|
|
integrity/inline.c
|
|
integrity/openat.c
|
|
integrity/path.c
|
|
integrity/plt.c)
|
|
target_compile_options(genuine PUBLIC
|
|
-Oz -Wall -fvisibility=hidden)
|
|
target_include_directories(genuine PUBLIC
|
|
integrity)
|