diff --git a/premake5.lua b/premake5.lua index b5d54340..2789a979 100644 --- a/premake5.lua +++ b/premake5.lua @@ -100,6 +100,9 @@ workspace "iw4x" "%{prj.location}/src", "./src" } + resincludedirs { + "$(ProjectDir)src" -- fix for VS IDE + } -- Pre-compiled header pchheader "STDInclude.hpp" -- must be exactly same as used in #include directives