From 8bf558611de02d0397d862b71bbf9f24c65f3b21 Mon Sep 17 00:00:00 2001 From: Amir Shalem Date: Fri, 13 Sep 2019 08:21:17 -0700 Subject: [PATCH] Fix libfbjni compilation Summary: When D16220924 brought a new fbjni copy (with new directories), we forgot to fix the cmake files which are used by gradle build system. Differential Revision: D17367160 fbshipit-source-id: 4988e8ec9160dc49587f5ef0404399a6eb659eb5 --- lib/fb/src/main/cpp/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/fb/src/main/cpp/CMakeLists.txt b/lib/fb/src/main/cpp/CMakeLists.txt index 13b132c5..8a6a045c 100644 --- a/lib/fb/src/main/cpp/CMakeLists.txt +++ b/lib/fb/src/main/cpp/CMakeLists.txt @@ -20,6 +20,7 @@ add_compile_options( file(GLOB fb_SRC *.cpp jni/*.cpp + jni/detail/*.cpp lyra/*.cpp) add_library(fb SHARED -- 2.50.1.windows.1