You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
9 lines
242 B
CMake
9 lines
242 B
CMake
project(external)
|
|
|
|
OPTION(LSPLT_BUILD_SHARED OFF)
|
|
add_subdirectory(lsplt/lsplt/src/main/jni)
|
|
|
|
add_library(phmap INTERFACE)
|
|
target_include_directories(phmap INTERFACE parallel-hashmap)
|
|
target_compile_options(phmap INTERFACE -Wno-unused-value)
|