mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-07 07:25:12 +00:00
![Wenyong Huang](/assets/img/avatar_default.png)
And set target machine's cpu to host cpu when creating JIT execution engine. Signed-off-by: Wenyong Huang wenyong.huang@intel.com
11 lines
248 B
CMake
11 lines
248 B
CMake
set (IWASM_COMPL_DIR ${CMAKE_CURRENT_LIST_DIR})
|
|
|
|
include_directories(${IWASM_COMPL_DIR})
|
|
|
|
file (GLOB_RECURSE source_all
|
|
${IWASM_COMPL_DIR}/*.c
|
|
${IWASM_COMPL_DIR}/*.cpp)
|
|
|
|
set (IWASM_COMPL_SOURCE ${source_all})
|
|
|