From 5b620771b7e5f07529ff7a41177ae27048c91865 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Tue, 4 May 2021 21:21:24 -0700 Subject: [PATCH] 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. --- lib/cgraph/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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 -- 2.40.0