Replace cmake with cc

This commit is contained in:
Jake Shadle
2020-03-18 20:05:05 +01:00
parent 4746d04c44
commit 4de7deb568
5 changed files with 6 additions and 9 deletions

View File

@ -1 +0,0 @@
cmake-build-*

View File

@ -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 .)