File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Modules/@babylonjs/react-native/shared Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ include(FetchContent)
22
33FetchContent_Declare(babylonnative
44 GIT_REPOSITORY https://github.com/BabylonJS/BabylonNative.git
5- GIT_TAG fc7c7c2f8dd272be4938a62af04ae452b89d9eae )
5+ GIT_TAG 7f82d72f22e9789b9b66cb837aec0c9bc8ff65ee )
66
77set (SHARED_INCLUDES
88 "${CMAKE_CURRENT_LIST_DIR} " )
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ project(ReactNativeBabylon)
2222
2323include (${CMAKE_CURRENT_SOURCE_DIR} /../../Apps/${BUILD_RNAPP_DIR} /node_modules/@babylonjs/react-native-iosandroid/ios/CMakeLists.txt)
2424
25+ set_property (TARGET BabylonNative PROPERTY XCODE_GENERATE_SCHEME YES )
26+
2527set (PACKAGED_LIBS
2628 bimg_encode
2729 bimg_decode
You can’t perform that action at this time.
0 commit comments