Skip to content

Commit

Permalink
Add target_compile_features for VulkanHppModule
Browse files Browse the repository at this point in the history
  • Loading branch information
sharadhr committed Jan 5, 2024
1 parent 3c6c0bf commit d38fcd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,7 @@ target_sources( VulkanHppModule PRIVATE
BASE_DIRS ${Vulkan_INCLUDE_DIR}
FILES ${Vulkan_INCLUDE_DIR}/vulkan/vulkan.cppm
)
target_compile_features( VulkanHppModule PUBLIC cxx_std_20 )
target_link_libraries( VulkanHppModule PUBLIC Vulkan::Vulkan )
# link Vulkan C++ module into your project
Expand Down

0 comments on commit d38fcd6

Please sign in to comment.