Skip to content

Commit

Permalink
Enable the CppStdModule test
Browse files Browse the repository at this point in the history
  • Loading branch information
sharadhr committed Jul 23, 2024
1 parent b21c861 commit 52ed260
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
add_subdirectory( ArrayProxy )
add_subdirectory( ArrayProxyNoTemporaries )
add_subdirectory( ArrayWrapper )
if( VULKAN_HPP_ENABLE_STD_MODULE )
add_subdirectory( CppStdModule )
endif()
if( VULKAN_HPP_ENABLE_CPP20_MODULES )
add_subdirectory( Cpp20Modules )
endif()
Expand Down

0 comments on commit 52ed260

Please sign in to comment.