arm_dynarmic: Implement core
This commit is contained in:
parent
056f987bcd
commit
d2fbc78320
10 changed files with 171 additions and 62 deletions
|
@ -171,7 +171,7 @@ set(HEADERS
|
|||
|
||||
create_directory_groups(${SRCS} ${HEADERS})
|
||||
add_library(core STATIC ${SRCS} ${HEADERS})
|
||||
target_link_libraries(core PUBLIC common PRIVATE audio_core network video_core)
|
||||
target_link_libraries(core PUBLIC common PRIVATE audio_core dynarmic network video_core)
|
||||
target_link_libraries(core PUBLIC Boost::boost PRIVATE cryptopp fmt lz4_static unicorn)
|
||||
if (ENABLE_WEB_SERVICE)
|
||||
target_link_libraries(core PUBLIC json-headers web_service)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue