mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-22 13:11:32 +00:00
Replace cmake with cc
This commit is contained in:
@ -1 +0,0 @@
|
||||
cmake-build-*
|
@ -1,6 +0,0 @@
|
||||
cmake_minimum_required(VERSION 3.0)
|
||||
project(exception_handling C)
|
||||
|
||||
add_library(exception_handling STATIC exception_handling.c)
|
||||
|
||||
install(TARGETS exception_handling DESTINATION .)
|
Reference in New Issue
Block a user