mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-06 09:35:53 +00:00
port to OpenBSD
This commit is contained in:
parent
e69486d2cb
commit
50dc0ffbce
8 changed files with 55 additions and 30 deletions
|
@ -27,14 +27,10 @@ add_library(videoogl
|
|||
VideoBackend.h
|
||||
)
|
||||
|
||||
target_link_libraries(videoogl
|
||||
PUBLIC
|
||||
common
|
||||
videocommon
|
||||
|
||||
PRIVATE
|
||||
${X11_LIBRARIES}
|
||||
)
|
||||
target_link_libraries(videoogl PUBLIC common videocommon)
|
||||
if(X11_FOUND)
|
||||
target_link_libraries(videoogl PRIVATE PkgConfig::X11)
|
||||
endif()
|
||||
|
||||
if(MSVC)
|
||||
# Add precompiled header
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue