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

View file

@ -100,3 +100,6 @@ if (ENABLE_WEB_SERVICE)
add_library(cpp-jwt INTERFACE)
target_include_directories(cpp-jwt INTERFACE ./cpp-jwt/include)
endif()
# lodepng
add_subdirectory(lodepng)