mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-09-19 05:42:15 -07:00
yuzu_room: Remove dependency on core
This commit is contained in:
@@ -10,7 +10,7 @@ add_executable(yuzu-room
|
||||
|
||||
create_target_directory_groups(yuzu-room)
|
||||
|
||||
target_link_libraries(yuzu-room PRIVATE common core network)
|
||||
target_link_libraries(yuzu-room PRIVATE common network)
|
||||
if (ENABLE_WEB_SERVICE)
|
||||
target_compile_definitions(yuzu-room PRIVATE -DENABLE_WEB_SERVICE)
|
||||
target_link_libraries(yuzu-room PRIVATE web_service)
|
||||
|
Reference in New Issue
Block a user