]> granicus.if.org Git - graphviz/commit
Fix lib/pack objs not included in lib/gvc dynamic lib for CMake builds
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Mon, 14 Sep 2020 21:34:49 +0000 (23:34 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Wed, 23 Sep 2020 06:37:52 +0000 (08:37 +0200)
commit81b8e7a6bc08b885b79d5af73301fc1d41613172
treea6f32952daed29c0c7f96467ab1f28523ce98503
parent354ed2c644452f300b316d166386bd40d8fec76f
Fix lib/pack objs not included in lib/gvc dynamic 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 neatopack.c:

neatopack.c:(.text+0x81): undefined reference to `ccomps'
lib/gvc/CMakeLists.txt
lib/pack/CMakeLists.txt