mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
port to OpenBSD
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user