mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-11 22:27:52 +00:00
Review comments -part 4
This commit is contained in:
parent
015fa7e556
commit
cd5b9645a4
4 changed files with 7 additions and 9 deletions
|
@ -120,6 +120,10 @@ target_link_libraries(yuzu PRIVATE common core input_common video_core)
|
|||
target_link_libraries(yuzu PRIVATE Boost::boost glad Qt5::OpenGL Qt5::Widgets)
|
||||
target_link_libraries(yuzu PRIVATE ${PLATFORM_LIBRARIES} Threads::Threads)
|
||||
|
||||
if (YUZU_ENABLE_COMPATIBILITY_REPORTING)
|
||||
add_definitions(-DYUZU_ENABLE_COMPATIBILITY_REPORTING)
|
||||
endif()
|
||||
|
||||
if (USE_DISCORD_PRESENCE)
|
||||
target_sources(yuzu PUBLIC
|
||||
discord_impl.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue