mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
6 lines
114 B
CMake
6 lines
114 B
CMake
add_library(ZamalangRuntime SHARED
|
|
context.c
|
|
wrappers.c
|
|
)
|
|
|
|
target_link_libraries(ZamalangRuntime Concrete) |