mirror of
https://github.com/status-im/evmc.git
synced 2025-02-23 16:38:06 +00:00
EVM-C: include ExampleVM in CMake
This commit is contained in:
parent
8ae6f4eae6
commit
2bb6a4a690
@ -1,2 +1,5 @@
|
|||||||
add_library(example-capi STATIC EXCLUDE_FROM_ALL capi.c)
|
add_library(example-capi STATIC EXCLUDE_FROM_ALL capi.c)
|
||||||
target_include_directories(example-capi PRIVATE ../include)
|
target_include_directories(example-capi PRIVATE ../include)
|
||||||
|
|
||||||
|
add_library(example-vm STATIC EXCLUDE_FROM_ALL examplevm.c)
|
||||||
|
target_include_directories(example-vm PRIVATE ../include)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user