File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -403,10 +403,10 @@ function( vulkan_hpp__setup_library )
403403 vulkan_hpp__setup_warning_level ( NAME ${TARGET_NAME} )
404404 set_target_properties ( ${TARGET_NAME} PROPERTIES CXX_STANDARD_REQUIRED ON )
405405 if ( VULKAN_HPP_BUILD_WITH_LOCAL_VULKAN_HPP )
406- # Vulkan C headers
407- target_include_directories ( ${TARGET_NAME} PUBLIC "${CMAKE_CURRENT_FUNCTION_LIST_DIR} /Vulkan-Headers/include" )
408406 # Vulkan C++ headers
409407 target_include_directories ( ${TARGET_NAME} PUBLIC "${CMAKE_CURRENT_FUNCTION_LIST_DIR} " )
408+ # Vulkan C headers
409+ target_include_directories ( ${TARGET_NAME} PUBLIC "${CMAKE_CURRENT_FUNCTION_LIST_DIR} /Vulkan-Headers/include" )
410410 else ()
411411 find_package ( Vulkan REQUIRED )
412412 target_include_directories ( ${TARGET_NAME} PUBLIC "${Vulkan_INCLUDE_DIRS} " )
You can’t perform that action at this time.
0 commit comments