From 461bc85f64541bce77f7c65293c11ae252f1b380 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Mon, 17 Jan 2022 00:05:45 +0100 Subject: [PATCH] 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. --- cmd/lneato/lneato.vcxproj | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.40.0