We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5710245 commit 0cea769Copy full SHA for 0cea769
samples/sgx-ra/CMakeLists.txt
@@ -71,7 +71,7 @@ execute_process (
71
################ wamr runtime ###################
72
add_custom_target (
73
iwasm ALL
74
- DEPENDS vmlib_untrusted vmlib_untrusted
+ DEPENDS vmlib_untrusted vmlib_untrusted vmlib
75
COMMAND make -C ${SGX_PLATFORM_DIR}/enclave-sample SGX_MODE=HW SGX_DEBUG=1 VMLIB_BUILD_DIR=${CMAKE_BINARY_DIR}
76
COMMAND ${CMAKE_COMMAND} -E copy ${SGX_PLATFORM_DIR}/enclave-sample/enclave.signed.so ${CMAKE_BINARY_DIR}
77
COMMAND ${CMAKE_COMMAND} -E copy ${SGX_PLATFORM_DIR}/enclave-sample/iwasm ${CMAKE_BINARY_DIR}
0 commit comments