File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -63,21 +63,23 @@ find_library(
63
63
NO_CMAKE_FIND_ROOT_PATH
64
64
)
65
65
find_library (
66
- JSEXECUTOR_LIB
67
- jscexecutor
68
- PATHS ${LIBRN_DIR }
66
+ REANIMATED_LIB
67
+ reanimated
68
+ PATHS ${LIBREANIMATED_DIR }
69
69
NO_CMAKE_FIND_ROOT_PATH
70
70
)
71
+
71
72
find_library (
72
- JSC_LIB
73
- jsc
74
- PATHS ${LIBJSC_DIR }
73
+ REACT_NATIVE_JNI_LIB
74
+ reactnativejni
75
+ PATHS ${LIBRN_DIR }
75
76
NO_CMAKE_FIND_ROOT_PATH
76
77
)
78
+
77
79
find_library (
78
- REANIMATED_LIB
79
- reanimated
80
- PATHS ${LIBREANIMATED_DIR }
80
+ REACT_NATIVE_UTILS_LIB
81
+ reactnativeutilsjni
82
+ PATHS ${LIBRN_DIR }
81
83
NO_CMAKE_FIND_ROOT_PATH
82
84
)
83
85
@@ -95,8 +97,8 @@ target_link_libraries(
95
97
${PACKAGE_NAME}
96
98
${LOG_LIB}
97
99
${REANIMATED_LIB}
98
- ${JSC_LIB }
99
- ${JSEXECUTOR_LIB }
100
+ ${REACT_NATIVE_JNI_LIB }
101
+ ${REACT_NATIVE_UTILS_LIB }
100
102
${FBJNI_LIB}
101
103
android
102
- )
104
+ )
You can’t perform that action at this time.
0 commit comments