Skip to content

Commit

Permalink
added build_video_hpp as a dependency for VulkanHpp
Browse files Browse the repository at this point in the history
  • Loading branch information
M2-TE committed Jan 23, 2025
1 parent 68f2265 commit 6584ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ add_library( Vulkan::Hpp ALIAS VulkanHpp )
target_include_directories( VulkanHpp INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}" )
target_include_directories( VulkanHpp INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/Vulkan-Headers/include" )
if( VULKAN_HPP_RUN_GENERATOR )
add_dependencies( VulkanHpp build_vulkan_hpp )
add_dependencies( VulkanHpp build_vulkan_hpp build_video_hpp )
endif()

# Build Vulkan-Hpp as a module
Expand Down

0 comments on commit 6584ecb

Please sign in to comment.