From: Matthew Fernandez Date: Wed, 5 May 2021 04:21:24 +0000 (-0700) Subject: fix missing sprint.h in CMakeLists.txt X-Git-Tag: 2.47.2~17^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b620771b7e5f07529ff7a41177ae27048c91865;p=graphviz fix missing sprint.h in CMakeLists.txt This has no effect on the build, but some IDEs are only able to see and scan headers referenced in CMakeLists.txt, so this fixes browsability for those IDEs. --- diff --git a/lib/cgraph/CMakeLists.txt b/lib/cgraph/CMakeLists.txt index 4d188459b..9f6a6a643 100644 --- a/lib/cgraph/CMakeLists.txt +++ b/lib/cgraph/CMakeLists.txt @@ -9,6 +9,7 @@ add_library(cgraph SHARED agxbuf.h cghdr.h cgraph.h + sprint.h strcasecmp.h # Source files