From 1043c35f2b32e450bde7b010871838795bb8c9b4 Mon Sep 17 00:00:00 2001 From: Amir Shalem Date: Fri, 13 Sep 2019 09:18:17 -0700 Subject: [PATCH] Fix libfbjni compilation (#927) Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/927 When D16220924 brought a new fbjni copy (with new directories), we forgot to fix the cmake files which are used by gradle build system. Reviewed By: SidharthGuglani Differential Revision: D17367160 fbshipit-source-id: 3e7d20d4c53ff3012a164bf6e32f1000ecb3ffc2 --- 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