File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 118118[submodule "externals/curl/curl "]
119119 path = externals/curl/curl
120120 url = https://github.com/curl/curl.git
121+ [submodule "externals/wamr/zydis "]
122+ path = externals/wamr/zydis
123+ url = https://github.com/zyantific/zydis.git
Original file line number Diff line number Diff line change @@ -39,6 +39,16 @@ set(WAMR_DISABLE_STACK_HW_BOUND_CHECK 0)
3939set (WAMR_DISABLE_WAKEUP_BLOCKING_OP 0)
4040add_compile_definitions (BUILTIN_LIBC_BUFFERED_PRINTF=1 BUILTIN_LIBC_BUFFERED_PRINT_SIZE=512)
4141add_compile_definitions ("$<$<CONFIG:Debug>:BH_DEBUG=1>" )
42+
43+ include (FetchContent)
44+ FetchContent_Declare(
45+ zycore
46+ URL "${CMAKE_CURRENT_LIST_DIR} /zydis/dependencies/zycore"
47+ )
48+ FetchContent_Declare(
49+ zydis
50+ URL "${CMAKE_CURRENT_LIST_DIR} /zydis"
51+ )
4252cmake_policy (SET CMP0169 OLD) # allow FetchContent_Populate
4353
4454include ("${CMAKE_CURRENT_LIST_DIR} /wamr/build-scripts/runtime_lib.cmake" )
You can’t perform that action at this time.
0 commit comments