From e13af9182075c7adf2fdac0eb3731a060c8d9044 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Tue, 27 Apr 2021 13:20:58 +1000 Subject: [PATCH] build: remember the suffix for vendor_posix.cpp and friends --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0375632..f732649 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,7 +72,7 @@ list (APPEND VK_LOAD_SOURCES load/ostream.hpp load/vendor.hpp load/vendor.cpp - load/vendor_${VK_LOADER_VENDOR} + load/vendor_${VK_LOADER_VENDOR}.cpp load/vtable.cpp )