File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,15 @@ project(FastOpencv)
4
4
set (CMAKE_VERBOSE_MAKEFILE ON )
5
5
set (CMAKE_CXX_STANDARD 20)
6
6
7
+ file (TO_CMAKE_PATH "${NODE_MODULES_DIR} " NODE_MODULES_DIR)
8
+
7
9
find_package (ReactAndroid REQUIRED CONFIG)
8
10
find_package (fbjni REQUIRED CONFIG)
9
11
find_package (OpenCV REQUIRED COMPONENTS OpenCV::opencv_java4)
10
12
11
13
add_library (react-native-fast-opencv
12
14
SHARED
13
- ../node_modules/ react-native/ReactCommon/jsi/jsi/jsi.cpp
15
+ " ${NODE_MODULES_DIR} / react-native/ReactCommon/jsi/jsi/jsi.cpp"
14
16
../cpp/react-native-fast-opencv.cpp
15
17
../cpp/react-native-fast-opencv.h
16
18
cpp-adapter.cpp
Original file line number Diff line number Diff line change @@ -66,3 +66,4 @@ export type * from './objects/Objects';
66
66
export * from './constants/ColorConversionsCodes' ;
67
67
export * from './constants/DataTypes' ;
68
68
export * from './constants/ImageProcessing' ;
69
+ export * from './constants/Core' ;
You can’t perform that action at this time.
0 commit comments