add cmake

This commit is contained in:
wagneja4 2021-09-21 12:11:45 +02:00
parent d17d46b683
commit 56e8c5c64c
1 changed files with 5 additions and 0 deletions

5
CMakeLists.txt Normal file
View File

@ -0,0 +1,5 @@
cmake_minimum_required(VERSION 3.16.3)
project(lfe)
add_library(lodepng SHARED lodepng.cpp)