Skip to content

Commit 149233a

Browse files
authored
Update JsRuntimeHost to latest and add missing install targets (#1583)
1 parent 0bb0806 commit 149233a

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ FetchContent_Declare(ios-cmake
5454
EXCLUDE_FROM_ALL)
5555
FetchContent_Declare(JsRuntimeHost
5656
GIT_REPOSITORY https://github.com/BabylonJS/JsRuntimeHost.git
57-
GIT_TAG 756bf24a179240efcd5e63590133943203546205)
57+
GIT_TAG ae0253a458767ee28137312ac41c9c5c966f9ba4)
5858
FetchContent_Declare(SPIRV-Cross
5959
GIT_REPOSITORY https://github.com/BabylonJS/SPIRV-Cross.git
6060
GIT_TAG 6abfcf066d171e9ade7604d91381ebebe4209edc

Install/Install.cmake

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,3 +198,23 @@ if(TARGET Blob)
198198
install_targets(Blob)
199199
install_include_for_targets(Blob)
200200
endif()
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()

0 commit comments

Comments
 (0)