add lodepng as an external, have video_core depend on it
This commit is contained in:
parent
926902cc5e
commit
2b92065d2a
6 changed files with 7954 additions and 1 deletions
7
externals/lodepng/CMakeLists.txt
vendored
Normal file
7
externals/lodepng/CMakeLists.txt
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
add_library(lodepng
|
||||
lodepng.cpp
|
||||
lodepng.h
|
||||
)
|
||||
|
||||
create_target_directory_groups(lodepng)
|
||||
target_include_directories(lodepng INTERFACE .)
|
Loading…
Add table
Add a link
Reference in a new issue