File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ include (FetchContent)
3232FetchContent_Declare (
3333 googletest
3434 URL https://github.com/google/googletest/archive/03597a01ee50ed33e9dfd640b249b4be3799d395.zip
35+ DOWNLOAD_EXTRACT_TIMESTAMP TRUE
3536)
3637FetchContent_MakeAvailable (googletest)
3738
@@ -46,7 +47,6 @@ add_subdirectory(aot)
4647add_subdirectory (wasm-c-api )
4748add_subdirectory (libc-builtin )
4849add_subdirectory (shared-utils )
49- add_subdirectory (running-modes )
5050add_subdirectory (runtime-common )
5151add_subdirectory (custom-section )
5252add_subdirectory (compilation )
@@ -55,6 +55,10 @@ add_subdirectory(linear-memory-aot)
5555add_subdirectory (aot-stack-frame )
5656add_subdirectory (linux -perf )
5757add_subdirectory (gc )
58- add_subdirectory (memory64 )
5958add_subdirectory (tid-allocator )
60- add_subdirectory (shared-heap )
59+
60+ if (NOT WAMR_BUILD_TARGET STREQUAL "X86_32" )
61+ add_subdirectory (running-modes )
62+ add_subdirectory (memory64 )
63+ add_subdirectory (shared-heap )
64+ endif ()
You can’t perform that action at this time.
0 commit comments