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
|
@ -92,7 +92,7 @@ endif()
|
|||
create_target_directory_groups(video_core)
|
||||
|
||||
target_link_libraries(video_core PUBLIC common core)
|
||||
target_link_libraries(video_core PRIVATE glad nihstro-headers)
|
||||
target_link_libraries(video_core PRIVATE glad nihstro-headers lodepng)
|
||||
|
||||
if (ARCHITECTURE_x86_64)
|
||||
target_link_libraries(video_core PUBLIC xbyak)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue