Compare commits

..

No commits in common. "master" and "master" have entirely different histories.

2 changed files with 0 additions and 7 deletions

2
.gitignore vendored
View File

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

View File

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