|
@@ -165,7 +165,11 @@ file (GLOB header
|
|
|
)
|
|
)
|
|
|
LIST (APPEND RUNTIME_LIB_HEADER_LIST ${header})
|
|
LIST (APPEND RUNTIME_LIB_HEADER_LIST ${header})
|
|
|
|
|
|
|
|
-enable_language (ASM)
|
|
|
|
|
|
|
+if (WAMR_BUILD_PLATFORM STREQUAL "windows")
|
|
|
|
|
+ enable_language (ASM_MASM)
|
|
|
|
|
+else()
|
|
|
|
|
+ enable_language (ASM)
|
|
|
|
|
+endif()
|
|
|
|
|
|
|
|
include (${SHARED_PLATFORM_CONFIG})
|
|
include (${SHARED_PLATFORM_CONFIG})
|
|
|
include (${SHARED_DIR}/mem-alloc/mem_alloc.cmake)
|
|
include (${SHARED_DIR}/mem-alloc/mem_alloc.cmake)
|