File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,15 @@ project(FastOpencv)
44set (CMAKE_VERBOSE_MAKEFILE ON )
55set (CMAKE_CXX_STANDARD 20)
66
7+ file (TO_CMAKE_PATH "${NODE_MODULES_DIR} " NODE_MODULES_DIR)
8+
79find_package (ReactAndroid REQUIRED CONFIG)
810find_package (fbjni REQUIRED CONFIG)
911find_package (OpenCV REQUIRED COMPONENTS OpenCV::opencv_java4)
1012
1113add_library (react-native-fast-opencv
1214 SHARED
13- ../node_modules/ react-native/ReactCommon/jsi/jsi/jsi.cpp
15+ " ${NODE_MODULES_DIR} / react-native/ReactCommon/jsi/jsi/jsi.cpp"
1416 ../cpp/react-native-fast-opencv.cpp
1517 ../cpp/react-native-fast-opencv.h
1618 cpp-adapter.cpp
Original file line number Diff line number Diff line change @@ -66,3 +66,4 @@ export type * from './objects/Objects';
6666export * from './constants/ColorConversionsCodes' ;
6767export * from './constants/DataTypes' ;
6868export * from './constants/ImageProcessing' ;
69+ export * from './constants/Core' ;
You can’t perform that action at this time.
0 commit comments