This makes it possible to use GVLayout.h from the install directory
where AGraph.h is not located under this prefix.
Towards https://gitlab.com/graphviz/graphviz/-/issues/2196.
${CMAKE_CURRENT_SOURCE_DIR}
${GRAPHVIZ_LIB_DIR}/cdt
${GRAPHVIZ_LIB_DIR}/cgraph
+ ${GRAPHVIZ_LIB_DIR}/cgraph++
${GRAPHVIZ_LIB_DIR}/common
${GRAPHVIZ_LIB_DIR}/gvc
${GRAPHVIZ_LIB_DIR}/pathplan
#include "GVContext.h"
#include "GVRenderData.h"
-#include <cgraph++/AGraph.h>
+#include <AGraph.h>
#ifdef GVDLL
#if gvc___EXPORTS // CMake's substitution of gvc++_EXPORTS
${GRAPHVIZ_LIB_DIR}
${GRAPHVIZ_LIB_DIR}/cdt
${GRAPHVIZ_LIB_DIR}/cgraph
+ ${GRAPHVIZ_LIB_DIR}/cgraph++
${GRAPHVIZ_LIB_DIR}/common
${GRAPHVIZ_LIB_DIR}/gvc
${GRAPHVIZ_LIB_DIR}/pathplan