add lodepng as an external, have video_core depend on it

This commit is contained in:
khang06 2019-04-02 18:57:36 -04:00 committed by James Rowe
parent 926902cc5e
commit 2b92065d2a
6 changed files with 7954 additions and 1 deletions

7
externals/lodepng/CMakeLists.txt vendored Normal file
View file

@ -0,0 +1,7 @@
add_library(lodepng
lodepng.cpp
lodepng.h
)
create_target_directory_groups(lodepng)
target_include_directories(lodepng INTERFACE .)