Skip to content

Commit 6e5e33e

Browse files
committed
format CMakeLists.txt
1 parent 8242a81 commit 6e5e33e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tests/unit/aot-stack-frame/wasm-apps/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@ project(wasm-apps-aot-stack-frame)
88
set (WAMRC_OPTION --enable-dump-call-stack --bounds-checks=1 --enable-gc)
99

1010
if (WAMR_BUILD_TARGET STREQUAL "X86_32")
11-
set (WAMRC_OPTION ${WAMRC_OPTION} --target=i386)
11+
set (WAMRC_OPTION ${WAMRC_OPTION} --target=i386)
1212
endif ()
1313

1414
add_custom_target(
1515
aot-stack-frame-test-wasm ALL
1616

1717
# Step 1: Build wamrc
18-
COMMAND cmake -B ${CMAKE_CURRENT_BINARY_DIR}/build-wamrc -S ${WAMR_ROOT_DIR}/wamr-compiler
18+
COMMAND cmake -B ${CMAKE_CURRENT_BINARY_DIR}/build-wamrc
19+
-S ${WAMR_ROOT_DIR}/wamr-compiler
1920
COMMAND cmake --build ${CMAKE_CURRENT_BINARY_DIR}/build-wamrc
2021

2122
# Step 2: Compile .wast to .wasm

0 commit comments

Comments
 (0)