diff --git a/.gitignore b/.gitignore index 4cc594e..dba39b9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,6 @@ # Prerequisites *.d -build/* - # Compiled Object files *.slo *.lo diff --git a/CMakeLists.txt b/CMakeLists.txt deleted file mode 100644 index 97c6a43..0000000 --- a/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -cmake_minimum_required(VERSION 3.16.3) - -project(lfe) - -add_library(lodepng SHARED lodepng.cpp)