mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-07 18:03:45 -04:00
Fix build?
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
30186c6cd8
commit
1075e1ef9b
2 changed files with 3 additions and 5 deletions
|
|
@ -9,7 +9,7 @@ add_library(yuzu-room STATIC EXCLUDE_FROM_ALL
|
|||
yuzu_room.h
|
||||
yuzu_room.rc)
|
||||
|
||||
target_link_libraries(yuzu-room PRIVATE common)
|
||||
target_link_libraries(yuzu-room PRIVATE common network)
|
||||
if (ENABLE_WEB_SERVICE)
|
||||
target_compile_definitions(yuzu-room PRIVATE ENABLE_WEB_SERVICE)
|
||||
target_link_libraries(yuzu-room PRIVATE web_service)
|
||||
|
|
|
|||
|
|
@ -59,9 +59,7 @@ if (USE_DISCORD_PRESENCE)
|
|||
endif()
|
||||
|
||||
# TODO(crueter)
|
||||
if (ENABLE_QT)
|
||||
target_link_libraries(qt_common PRIVATE Qt6::Widgets)
|
||||
endif()
|
||||
target_link_libraries(qt_common PRIVATE Qt6::Widgets)
|
||||
|
||||
target_compile_definitions(qt_common PUBLIC
|
||||
# Use QStringBuilder for string concatenation to reduce
|
||||
|
|
@ -83,7 +81,7 @@ target_compile_definitions(qt_common PUBLIC
|
|||
)
|
||||
|
||||
target_link_libraries(qt_common PRIVATE core Qt6::Core Qt6::Concurrent SimpleIni::SimpleIni QuaZip::QuaZip)
|
||||
target_link_libraries(qt_common PUBLIC frozen::frozen-headers)
|
||||
target_link_libraries(qt_common PUBLIC frozen::frozen-headers Vulkan::Headers)
|
||||
target_link_libraries(qt_common PRIVATE gamemode::headers frontend_common)
|
||||
|
||||
if (ENABLE_OPENGL)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue