Skip to content

CMake: include header files in gvedit sources

Matthew Fernandez requested to merge smattr/graphviz:smattr/gitlab-3728 into main

Most IDE/build tools do not need headers explicit because they know how to parse C/C++. This reportedly even includes contemporary Microsoft Visual Studio, which has needed explicit headers in the past. But there are apparently still some IDEs that do need this.

Gitlab: !3728 (closed)
Suggested-by: Daniel Nicoletti

Edited by Matthew Fernandez

Merge request reports