mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-16 07:15:46 -04:00
CMake: Build system support for FreeBSD
This commit is contained in:
@ -28,6 +28,7 @@ target_link_libraries(vulkan-loader PRIVATE ${CMAKE_DL_LIBS})
|
||||
|
||||
if(USE_X11)
|
||||
target_compile_definitions(vulkan-loader PUBLIC "VULKAN_USE_X11=1")
|
||||
target_include_directories(vulkan-loader PUBLIC "${X11_INCLUDE_DIR}")
|
||||
endif()
|
||||
|
||||
if(USE_WAYLAND)
|
||||
|
Reference in New Issue
Block a user