mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-06-02 13:49:12 +00: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