]> granicus.if.org Git - graphviz/commit
Fix lib/common objs not included in lib/gvc lib for CMake builds
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Mon, 14 Sep 2020 13:18:42 +0000 (15:18 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Wed, 23 Sep 2020 06:37:52 +0000 (08:37 +0200)
commit354ed2c644452f300b316d166386bd40d8fec76f
treec4b420f4e3b997082d6681f8a652a6d79050f667
parent1990071875258a60000b70daac968d2b7380b5e0
Fix lib/common objs not included in lib/gvc lib for CMake builds

This is what the autotools builds do.

For some reason this was not a problem on Windows.

Without this, the rtest/test_examples.py gave errors like this for e.g. demo.c:

demo.c:(.text+0x29): undefined reference to `gvParseArgs'
lib/common/CMakeLists.txt
lib/gvc/CMakeLists.txt