Browse Source

nvm not x11::x11

lizzie/netbsdgcc14-fix
lizzie 2 months ago
committed by crueter
parent
commit
de82a795a7
  1. 2
      src/video_core/CMakeLists.txt

2
src/video_core/CMakeLists.txt

@ -351,7 +351,7 @@ target_link_libraries(video_core PRIVATE sirit::sirit)
if (WIN32 OR APPLE OR ANDROID OR PLATFORM_HAIKU OR PLATFORM_PS4) if (WIN32 OR APPLE OR ANDROID OR PLATFORM_HAIKU OR PLATFORM_PS4)
# ... # ...
else() else()
target_link_libraries(video_core PUBLIC X11::X11)
target_link_libraries(video_core PUBLIC X11)
endif() endif()
# Header-only stuff needed by all dependent targets # Header-only stuff needed by all dependent targets

Loading…
Cancel
Save