File tree Expand file tree Collapse file tree 7 files changed +22
-22
lines changed
fantomtestspecificmethods Expand file tree Collapse file tree 7 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ set(CMAKE_VERBOSE_MAKEFILE on)
8
8
9
9
include (${REACT_COMMON_DIR} /cmake-utils/react-native-flags.cmake )
10
10
11
- file (GLOB react_nativemodule_webperformance_SRC CONFIGURE_DEPENDS *.cpp internal /*.cpp )
12
- add_library (react_nativemodule_fantomspecificmethods OBJECT ${react_nativemodule_webperformance_SRC } )
11
+ file (GLOB react_nativemodule_fantomspecificmethods_SRC CONFIGURE_DEPENDS *.cpp internal /*.cpp )
12
+ add_library (react_nativemodule_fantomspecificmethods OBJECT ${react_nativemodule_fantomspecificmethods_SRC } )
13
13
14
14
target_include_directories (react_nativemodule_fantomspecificmethods PUBLIC ${REACT_COMMON_DIR} )
15
15
target_include_directories (react_nativemodule_fantomspecificmethods PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} /internal )
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ set(CMAKE_VERBOSE_MAKEFILE on)
8
8
9
9
include (${REACT_COMMON_DIR} /cmake-utils/react-native-flags.cmake )
10
10
11
- file (GLOB react_nativemodule_webperformance_SRC CONFIGURE_DEPENDS *.cpp )
12
- add_library (react_nativemodule_intersectionobserver OBJECT ${react_nativemodule_webperformance_SRC } )
11
+ file (GLOB react_nativemodule_intersectionobserver_SRC CONFIGURE_DEPENDS *.cpp )
12
+ add_library (react_nativemodule_intersectionobserver OBJECT ${react_nativemodule_intersectionobserver_SRC } )
13
13
14
14
target_include_directories (react_nativemodule_intersectionobserver PUBLIC ${REACT_COMMON_DIR} )
15
15
Original file line number Diff line number Diff line change 5
5
6
6
cmake_minimum_required (VERSION 3.13 )
7
7
set (CMAKE_VERBOSE_MAKEFILE on )
8
-
8
+
9
9
include (${REACT_COMMON_DIR} /cmake-utils/react-native-flags.cmake )
10
-
11
- file (GLOB react_nativemodule_webperformance_SRC CONFIGURE_DEPENDS *.cpp )
12
- add_library (react_nativemodule_mutationobserver OBJECT ${react_nativemodule_webperformance_SRC } )
13
-
10
+
11
+ file (GLOB react_nativemodule_mutationobserver_SRC CONFIGURE_DEPENDS *.cpp )
12
+ add_library (react_nativemodule_mutationobserver OBJECT ${react_nativemodule_mutationobserver_SRC } )
13
+
14
14
target_include_directories (react_nativemodule_mutationobserver PUBLIC ${REACT_COMMON_DIR} )
15
-
15
+
16
16
target_link_libraries (react_nativemodule_mutationobserver
17
17
react_codegen_rncore
18
18
react_renderer_bridging
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ set(CMAKE_VERBOSE_MAKEFILE on)
8
8
9
9
include (${REACT_COMMON_DIR} /cmake-utils/react-native-flags.cmake )
10
10
11
- file (GLOB react_nativemodule_webperformance_SRC CONFIGURE_DEPENDS *.cpp )
12
- add_library (react_renderer_observers_intersection OBJECT ${react_nativemodule_webperformance_SRC } )
11
+ file (GLOB react_renderer_observers_intersection_SRC CONFIGURE_DEPENDS *.cpp )
12
+ add_library (react_renderer_observers_intersection OBJECT ${react_renderer_observers_intersection_SRC } )
13
13
14
14
target_include_directories (react_renderer_observers_intersection PUBLIC ${REACT_COMMON_DIR} )
15
15
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ set(CMAKE_VERBOSE_MAKEFILE on)
8
8
9
9
include (${REACT_COMMON_DIR} /cmake-utils/react-native-flags.cmake )
10
10
11
- file (GLOB react_nativemodule_webperformance_SRC CONFIGURE_DEPENDS *.cpp )
12
- add_library (react_renderer_observers_mutation OBJECT ${react_nativemodule_webperformance_SRC } )
11
+ file (GLOB react_renderer_observers_mutation_SRC CONFIGURE_DEPENDS *.cpp )
12
+ add_library (react_renderer_observers_mutation OBJECT ${react_renderer_observers_mutation_SRC } )
13
13
14
14
target_include_directories (react_renderer_observers_mutation PUBLIC ${REACT_COMMON_DIR} )
15
15
Original file line number Diff line number Diff line change 5
5
6
6
cmake_minimum_required (VERSION 3.13 )
7
7
set (CMAKE_VERBOSE_MAKEFILE on )
8
-
8
+
9
9
include (${REACT_COMMON_DIR} /cmake-utils/react-native-flags.cmake )
10
-
10
+
11
11
file (GLOB react_cxx_platform_react_coremodules_SRC CONFIGURE_DEPENDS *.cpp )
12
12
add_library (react_cxx_platform_react_coremodules OBJECT ${react_cxx_platform_react_coremodules_SRC} )
13
-
13
+
14
14
target_include_directories (react_cxx_platform_react_coremodules PUBLIC ${REACT_CXX_PLATFORM_DIR} )
15
-
15
+
16
16
target_link_libraries (react_cxx_platform_react_coremodules
17
17
folly_runtime
18
18
jsi
Original file line number Diff line number Diff line change 5
5
6
6
cmake_minimum_required (VERSION 3.13 )
7
7
set (CMAKE_VERBOSE_MAKEFILE on )
8
-
8
+
9
9
include (${REACT_COMMON_DIR} /cmake-utils/react-native-flags.cmake )
10
-
10
+
11
11
file (GLOB react_cxx_platform_react_renderer_scheduler_SRC CONFIGURE_DEPENDS *.cpp )
12
12
add_library (react_cxx_platform_react_renderer_scheduler OBJECT ${react_cxx_platform_react_renderer_scheduler_SRC} )
13
-
13
+
14
14
target_include_directories (react_cxx_platform_react_renderer_scheduler PUBLIC ${REACT_CXX_PLATFORM_DIR} )
15
-
15
+
16
16
target_link_libraries (react_cxx_platform_react_renderer_scheduler
17
17
react_renderer_mounting
18
18
react_renderer_scheduler
You can’t perform that action at this time.
0 commit comments