wasmer/lib/win-exception-handler/exception_handling/CMakeLists.txt
2019-02-14 09:58:33 -08:00

7 lines
178 B
CMake

cmake_minimum_required(VERSION 3.0)
project(exception_handling C)
add_library(exception_handling STATIC exception_handling.c)
install(TARGETS exception_handling DESTINATION .)