mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Folly_runtime for CMake
Summary: Ports improvements from Android.mk setup to CMake, replacing folly_json and futures with runtime where plausible Changelog: [Internal] - CMake folly_runtime setup Reviewed By: cortinico Differential Revision: D34854295 fbshipit-source-id: fa882a9cd0b78feb20f8abcc9350c27702375def
This commit is contained in:
committed by
Facebook GitHub Bot
parent
9e7d91f2fc
commit
e5874d90e2
@@ -34,7 +34,7 @@ target_link_libraries(
|
||||
jsireact
|
||||
fb
|
||||
fbjni
|
||||
folly_json
|
||||
folly_runtime
|
||||
hermes-engine::libhermes
|
||||
jsi
|
||||
reactnativejni
|
||||
|
||||
@@ -23,8 +23,7 @@ target_include_directories(mapbufferjni
|
||||
target_link_libraries(mapbufferjni
|
||||
fb
|
||||
fbjni
|
||||
folly_futures
|
||||
folly_json
|
||||
folly_runtime
|
||||
glog
|
||||
glog_init
|
||||
react_debug
|
||||
|
||||
@@ -18,6 +18,6 @@ target_link_libraries(jscexecutor
|
||||
jscruntime
|
||||
fb
|
||||
fbjni
|
||||
folly_json
|
||||
folly_runtime
|
||||
jsi
|
||||
reactnativejni)
|
||||
|
||||
@@ -17,6 +17,6 @@ target_link_libraries(reactnativeblob
|
||||
jsireact
|
||||
fb
|
||||
fbjni
|
||||
folly_json
|
||||
folly_runtime
|
||||
jsi
|
||||
reactnativejni)
|
||||
|
||||
@@ -16,8 +16,7 @@ target_include_directories(uimanagerjni PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
target_link_libraries(uimanagerjni
|
||||
fb
|
||||
fbjni
|
||||
folly_futures
|
||||
folly_json
|
||||
folly_runtime
|
||||
glog
|
||||
glog_init
|
||||
rrc_native
|
||||
|
||||
Reference in New Issue
Block a user