File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Modules/@babylonjs/react-native/windows Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ set(BABYLON_NATIVE_USE_SWAPCHAINPANEL ON CACHE BOOL "")
1717# Installing react-native dependencies for both the Playground app and the @babylonjs\react-native package will generate a bad bundle/runtime errors.
1818set (NAPI_JAVASCRIPT_ENGINE "JSI" CACHE STRING "" )
1919
20- add_subdirectory (${CMAKE_CURRENT_LIST_DIR} /../shared ${CMAKE_CURRENT_BINARY_DIR} /shared)
21-
2220set (PLAYGROUND_DIR "${CMAKE_CURRENT_LIST_DIR} /../../.." )
2321
2422if (EXISTS "${PLAYGROUND_DIR} /react-native/package.json" )
@@ -31,6 +29,8 @@ endif()
3129add_subdirectory ("${REACTNATIVE_DIR_CMAKE} /ReactCommon/jsi/jsi" ${CMAKE_CURRENT_BINARY_DIR} /jsi)
3230target_include_directories (jsi INTERFACE ${REACTNATIVE_DIR_CMAKE} /ReactCommon/jsi)
3331
32+ add_subdirectory (${CMAKE_CURRENT_LIST_DIR} /../shared ${CMAKE_CURRENT_BINARY_DIR} /shared)
33+
3434# Disable Unity build for UrlLib because of conflict in header between windows.h and winrt
3535set_property (TARGET UrlLib PROPERTY UNITY_BUILD false )
3636
You can’t perform that action at this time.
0 commit comments