Compare commits

..

2 commits

Author SHA1 Message Date
wagneja4
56e8c5c64c add cmake 2021-09-21 12:11:45 +02:00
wagneja4
d17d46b683 add cmake 2021-09-21 12:10:21 +02:00
2 changed files with 7 additions and 0 deletions

2
.gitignore vendored
View file

@ -2,6 +2,8 @@
# Prerequisites
*.d
build/*
# Compiled Object files
*.slo
*.lo

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)