mirror of
https://github.com/fluencelabs/wasmer
synced 2025-05-12 02:27:11 +00:00
chore(runtime-c-api) Fix CS in CMakeLists.txt
.
This commit is contained in:
parent
e2c353b926
commit
7fb934f5d0
@ -19,12 +19,12 @@ add_executable(test-context test-context.c)
|
|||||||
add_executable(test-module-import-instantiate test-module-import-instantiate.c)
|
add_executable(test-module-import-instantiate test-module-import-instantiate.c)
|
||||||
|
|
||||||
if (DEFINED WASI_TESTS)
|
if (DEFINED WASI_TESTS)
|
||||||
add_executable(test-wasi-import-object test-wasi-import-object.c)
|
add_executable(test-wasi-import-object test-wasi-import-object.c)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
find_library(
|
find_library(
|
||||||
WASMER_LIB NAMES libwasmer_runtime_c_api.dylib libwasmer_runtime_c_api.so wasmer_runtime_c_api.dll
|
WASMER_LIB NAMES libwasmer_runtime_c_api.dylib libwasmer_runtime_c_api.so wasmer_runtime_c_api.dll
|
||||||
PATHS ${CMAKE_SOURCE_DIR}/../../../target/release/
|
PATHS ${CMAKE_SOURCE_DIR}/../../../target/release/
|
||||||
)
|
)
|
||||||
|
|
||||||
if(NOT WASMER_LIB)
|
if(NOT WASMER_LIB)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user