mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 05:51:19 +12:00
fix ci
This commit is contained in:
parent
32405e71bf
commit
36b9a507a7
2 changed files with 7 additions and 2 deletions
|
@ -46,8 +46,9 @@ target_link_libraries(CemuCafe PRIVATE
|
|||
ZLIB::ZLIB
|
||||
zstd::zstd
|
||||
)
|
||||
|
||||
if(UNIX AND NOT APPLE)
|
||||
target_include_directories(CemuCafe PRIVATE ${WAYLAND_CLIENT_INCLUDE_DIR})
|
||||
endif()
|
||||
|
||||
if (ENABLE_WXWIDGETS)
|
||||
target_link_libraries(CemuCafe PRIVATE wx::base wx::core)
|
||||
|
|
|
@ -36,6 +36,10 @@ target_link_libraries(CemuGui PRIVATE
|
|||
ZArchive::zarchive
|
||||
)
|
||||
|
||||
if(UNIX AND NOT APPLE)
|
||||
target_link_libraries(CemuGui PRIVATE GTK3::gtk)
|
||||
endif()
|
||||
|
||||
if(ENABLE_CUBEB)
|
||||
target_link_libraries(CemuGui PRIVATE cubeb::cubeb)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue