From: Magnus Jacobsson Date: Sun, 16 Jan 2022 23:05:45 +0000 (+0100) Subject: lneato: MSBuild: add 'lib' to additional include directories X-Git-Tag: 3.0.0~50^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=461bc85f64541bce77f7c65293c11ae252f1b380;p=graphviz lneato: MSBuild: add 'lib' to additional include directories An upcoming commit need this in order to be able to add an include of cgraph/exit.h. Towards https://gitlab.com/graphviz/graphviz/-/issues/2178. --- diff --git a/cmd/lneato/lneato.vcxproj b/cmd/lneato/lneato.vcxproj index bebd6c0fb..3456b3748 100644 --- a/cmd/lneato/lneato.vcxproj +++ b/cmd/lneato/lneato.vcxproj @@ -51,6 +51,7 @@ Disabled + $(SolutionDir)lib;%(AdditionalIncludeDirectories) _DEBUG;_CONSOLE;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL @@ -69,6 +70,7 @@ + $(SolutionDir)lib;%(AdditionalIncludeDirectories) NDEBUG;_CONSOLE;%(PreprocessorDefinitions) Level4