Compare commits

..

No commits in common. "56e8c5c64cd7be811a2291231cf412bcbe5bb37e" and "3cfb0478ddef694950214680c0963124d945dddb" 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)