mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
build: Let compositor util consumers get to the includes.
This commit is contained in:
parent
a8bb821cf5
commit
8f55f87f3d
|
@ -88,7 +88,7 @@ if(XRT_HAVE_VULKAN)
|
|||
PUBLIC xrt-interfaces
|
||||
PRIVATE aux_util aux_os aux_vk
|
||||
)
|
||||
target_include_directories(comp_util PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
target_include_directories(comp_util PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
endif()
|
||||
|
||||
##
|
||||
|
|
Loading…
Reference in a new issue