mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +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
|
PUBLIC xrt-interfaces
|
||||||
PRIVATE aux_util aux_os aux_vk
|
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()
|
endif()
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|
Loading…
Reference in a new issue