mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-21 04:31:33 +00:00
Merge branch 'master' into update-0.5.4
This commit is contained in:
@ -17,7 +17,7 @@ add_executable(test-validate test-validate.c)
|
||||
|
||||
find_library(
|
||||
WASMER_LIB NAMES libwasmer_runtime_c_api.dylib libwasmer_runtime_c_api.so libwasmer_runtime_c_api.dll
|
||||
PATHS ${CMAKE_SOURCE_DIR}/../../../target/debug/
|
||||
PATHS ${CMAKE_SOURCE_DIR}/../../../target/release/
|
||||
)
|
||||
|
||||
if(NOT WASMER_LIB)
|
||||
|
Reference in New Issue
Block a user