]> granicus.if.org Git - graphviz/commitdiff
fix missing sprint.h in CMakeLists.txt
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 5 May 2021 04:21:24 +0000 (21:21 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 11 May 2021 14:32:54 +0000 (07:32 -0700)
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.

lib/cgraph/CMakeLists.txt

index 4d188459b8538154de5a380eaaafe7b749521d46..9f6a6a643f9f344f4efda77f85c994ffff60bf6a 100644 (file)
@@ -9,6 +9,7 @@ add_library(cgraph SHARED
     agxbuf.h
     cghdr.h
     cgraph.h
+    sprint.h
     strcasecmp.h
 
     # Source files