From 51ee5c869fa6cc77b9b1a805b69ae1e19d31633f Mon Sep 17 00:00:00 2001 From: Adam Sawicki Date: Mon, 22 Feb 2021 14:44:05 +0100 Subject: [PATCH] Fix for build on Linux #5 --- premake/premake5.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/premake/premake5.lua b/premake/premake5.lua index 7862609..5110656 100644 --- a/premake/premake5.lua +++ b/premake/premake5.lua @@ -8,6 +8,7 @@ platforms { "x64", "Linux-x64" } location "../build" filename ("VulkanSample_" .. _SUFFIX) startproject "VulkanSample" +cppdialect "C++14" filter "platforms:x64" system "Windows"