mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-05 07:07:09 +02:00
yuzu_room: Remove dependency on core
This commit is contained in:
parent
d1ef4b2b86
commit
b904652d69
11 changed files with 13 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue