forked from distok/LFE
add cmake
This commit is contained in:
parent
d17d46b683
commit
56e8c5c64c
1 changed files with 5 additions and 0 deletions
5
CMakeLists.txt
Normal file
5
CMakeLists.txt
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
cmake_minimum_required(VERSION 3.16.3)
|
||||||
|
|
||||||
|
project(lfe)
|
||||||
|
|
||||||
|
add_library(lodepng SHARED lodepng.cpp)
|
Loading…
Add table
Add a link
Reference in a new issue