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
3
externals/CMakeLists.txt
vendored
3
externals/CMakeLists.txt
vendored
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue