File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Modules/@babylonjs/react-native/windows Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 295295 </ImportGroup >
296296 <Target Name =" BabylonNativeBuild" BeforeTargets =" PrepareForBuild" >
297297 <Exec Command =' cmake ^
298- -B ..\..\Build_uwp$(Platform) ^
298+ -G "Visual Studio 16 2019" ^
299+ -B $(ProjectDir)..\..\Build_uwp$(Platform) ^
299300 -D CMAKE_SYSTEM_NAME=WindowsStore ^
301+ -D CMAKE_SYSTEM_VERSION=$(TargetPlatformVersion) ^
300302 -A $(Platform) ^
301303 -D FETCHCONTENT_FULLY_DISCONNECTED=ON ^
302304 -D BABYLON_NATIVE_BUILD_APPS=OFF ^
311313 -D FETCHCONTENT_SOURCE_DIR_GLSLANG=../../shared/BabylonNative/deps/glslang-src ^
312314 -D FETCHCONTENT_SOURCE_DIR_BASE-N=../../shared/BabylonNative/deps/base-n-src ^
313315 -D FETCHCONTENT_SOURCE_DIR_IOS-CMAKE=../../shared/BabylonNative/deps/ios-cmake-src ^
314- "$(ProjectDir).."' />
316+ -S "$(ProjectDir).."' />
315317 <Exec Command =' "MSBuild.exe" ^
316318 "$(ProjectDir)..\..\Build_uwp$(Platform)\ReactNativeBabylon.sln" ^
317319 /p:Configuration=$(Configuration) ^
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.15.3)
22set_property (GLOBAL PROPERTY USE_FOLDERS ON )
33
4- #set(CMAKE_SYSTEM_NAME WindowsStore)
5- #set(CMAKE_SYSTEM_VERSION 10.0.19041.0)
6-
74project (ReactNativeBabylon)
85
96# Disable the WebP plugin option
You can’t perform that action at this time.
0 commit comments