Skip to content

Commit

Permalink
fixed indent
Browse files Browse the repository at this point in the history
  • Loading branch information
M2-TE committed Jan 20, 2025
1 parent 5579018 commit f8979e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ if( VULKAN_HPP_ENABLE_CPP20_MODULES )
else()
target_compile_definitions( VulkanHppModule PUBLIC VULKAN_HPP_DISPATCH_LOADER_DYNAMIC=0 )
endif()
if( VULKAN_HPP_ENABLE_STD_MODULE )
if( VULKAN_HPP_ENABLE_STD_MODULE )
target_compile_features( VulkanHppModule PUBLIC cxx_std_23 )
set_target_properties( VulkanHppModule PROPERTIES CXX_MODULE_STD ON )
else()
Expand All @@ -366,8 +366,8 @@ if( VULKAN_HPP_ENABLE_CPP20_MODULES )
target_sources( VulkanHppModule
PUBLIC
FILE_SET vulkan_module_file BASE_DIRS ${CMAKE_CURRENT_SOURCE_DIR} TYPE CXX_MODULES FILES vulkan/vulkan.cppm )
target_include_directories( VulkanHppModule PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/Vulkan-Headers/include" )
target_link_libraries( VulkanHppModule PUBLIC Vulkan::Hpp )
target_include_directories( VulkanHppModule PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/Vulkan-Headers/include" )
target_link_libraries( VulkanHppModule PUBLIC Vulkan::Hpp )
endif()

# Build Vulkan-Hpp and Video-Hpp generators
Expand Down

0 comments on commit f8979e5

Please sign in to comment.