Cleanup: quiet unused variable warning for CMake

This commit is contained in:
Campbell Barton 2023-10-05 13:59:09 +11:00
parent 6f23344a7a
commit 04d4f73585
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ set(SRC
vk_mem_alloc.h
)
set(LIB
)
blender_add_lib(extern_vulkan_memory_allocator "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")
if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_C_COMPILER_ID MATCHES "Clang")