]> granicus.if.org Git - graphviz/commit
Add lib/cgraph to the CMake build
authorErwin Janssen <erwinjanssen@outlook.com>
Sun, 1 Jan 2017 16:12:21 +0000 (17:12 +0100)
committerErwin Janssen <erwinjanssen@outlook.com>
Thu, 19 Jan 2017 11:53:49 +0000 (12:53 +0100)
commit05fbb1826960cd9990aa7141f8e615c2c5331edc
treebd7217d7b3aae9c24b57d73fb6877bdaf7757b6d
parenta4309a2a5300a9a1f7ce28b2854e0567c583a97b
Add lib/cgraph to the CMake build

Before lib/cgraph can be build, a few checks have to be done for available
headers and functions. This is done in the main CMakeLists.txt.
The generate the required files with BISON and FLEX, the build-in CMake
modules for BISON and FLEX can be used.
CMakeLists.txt
cmake/config_checks.cmake [new file with mode: 0644]
config-cmake.h.in [new file with mode: 0644]
lib/CMakeLists.txt
lib/cgraph/CMakeLists.txt [new file with mode: 0644]