diff --git a/CMakeLists.txt b/CMakeLists.txt index 0713825..5f31eea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()