From 31d891f2498cfd8677a9ee44333df97e1c4e2808 Mon Sep 17 00:00:00 2001 From: Mike Stroyan Date: Tue, 1 Nov 2016 11:50:16 -0600 Subject: layers: Change to including vk_safe_struct code. Cmake on windows cannot handle multiple projects using generated library code. --- layers/core_validation.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'layers/core_validation.cpp') diff --git a/layers/core_validation.cpp b/layers/core_validation.cpp index 74326895..06f8aa2d 100644 --- a/layers/core_validation.cpp +++ b/layers/core_validation.cpp @@ -70,6 +70,9 @@ } #endif +// This intentionally includes a cpp file +#include "vk_safe_struct.cpp" + using namespace std; namespace core_validation { -- cgit v1.2.3