There was an error while loading. Please reload this page.
1 parent 24506ef commit ae81d1fCopy full SHA for ae81d1f
1 file changed
src/CMakeLists.txt
@@ -179,13 +179,7 @@ if(ANDROID)
179
target_link_libraries(ssr-client ancillary json-c uv_a cstl mbedtls sodium bloom m log uv-mbed uri-encode)
180
]]
181
182
- include(FetchContent)
183
- FetchContent_Declare(
184
- fake-dlfcn
185
- GIT_REPOSITORY https://github.com/ssrlive/fake-dlfcn.git
186
- GIT_TAG 2ee50c763c85f67a3062bf65163ea63a19a53709
187
- )
188
- FetchContent_MakeAvailable(fake-dlfcn)
+ include_directories(${LIB_FAKE_DLFCN_DIR})
189
190
list ( APPEND SOURCE_FILES_CLIENT
191
android.c
0 commit comments