File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ FetchContent_Declare(ios-cmake
5454 EXCLUDE_FROM_ALL )
5555FetchContent_Declare(JsRuntimeHost
5656 GIT_REPOSITORY https://github.com/BabylonJS/JsRuntimeHost.git
57- GIT_TAG 756bf24a179240efcd5e63590133943203546205 )
57+ GIT_TAG ae0253a458767ee28137312ac41c9c5c966f9ba4 )
5858FetchContent_Declare(SPIRV-Cross
5959 GIT_REPOSITORY https://github.com/BabylonJS/SPIRV-Cross.git
6060 GIT_TAG 6abfcf066d171e9ade7604d91381ebebe4209edc
Original file line number Diff line number Diff line change @@ -198,3 +198,23 @@ if(TARGET Blob)
198198 install_targets (Blob)
199199 install_include_for_targets(Blob)
200200endif ()
201+
202+ if (TARGET URL)
203+ install_targets (URL)
204+ install_include_for_targets(URL)
205+ endif ()
206+
207+ if (TARGET AbortController)
208+ install_targets (AbortController)
209+ install_include_for_targets(AbortController)
210+ endif ()
211+
212+ if (TARGET WebSocket)
213+ install_targets (WebSocket)
214+ install_include_for_targets(WebSocket)
215+ endif ()
216+
217+ if (TARGET Performance)
218+ install_targets (Performance)
219+ install_include_for_targets(Performance)
220+ endif ()
You can’t perform that action at this time.
0 commit comments