video_core serialization

This commit is contained in:
Hamish Milne
2019-08-07 17:08:52 +01:00
committed by zhupengfei
parent ee2cae2093
commit 6f00976ab5
9 changed files with 142 additions and 21 deletions

View File

@@ -94,7 +94,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 boost_libs)
if (ARCHITECTURE_x86_64)
target_link_libraries(video_core PUBLIC xbyak)