Testing CI (5)

This commit is contained in:
Adam Sawicki 2025-04-03 17:18:08 +02:00
parent b207c9addd
commit f8a0465fd9

View file

@ -67,6 +67,5 @@ if (VMA_ENABLE_INSTALL)
option(VMA_BUILD_SAMPLES "Build samples")
if (VMA_BUILD_SAMPLES)
add_subdirectory(src)
add_subdirectory(compilation_test)
endif()
endif()