Files
concrete/compiler/lib/Runtime/CMakeLists.txt

6 lines
114 B
CMake

add_library(ZamalangRuntime SHARED
context.c
wrappers.c
)
target_link_libraries(ZamalangRuntime Concrete)