]> granicus.if.org Git - graphviz/commit
Use _LINK_LIBRARIES to build gdk plugin
authorMark Hansen <markhansen@google.com>
Sat, 8 Oct 2022 06:42:23 +0000 (17:42 +1100)
committerMark Hansen <markhansen@google.com>
Tue, 11 Oct 2022 06:09:34 +0000 (17:09 +1100)
commit55104baf31ef53e5e78c861e359aaa2b0c2aeec7
treeaa8248c175d62f3e71669c36d9f69d81539c1f5c
parent8765fc9d6437a2231a4d4d70ba57991a4c430494
Use _LINK_LIBRARIES to build gdk plugin

This makes them work on my macOS machine that's installed GTK with
homebrew.

Otherwise I get errors like:

```
ld: library not found for -lgdk-quartz-2.0
```

Towards #2290
plugin/gdk/CMakeLists.txt