Use link dependencies between Quassel modules
authorManuel Nickschas <sputnick@quassel-irc.org>
Sat, 3 Jan 2015 00:19:10 +0000 (01:19 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 3 Jan 2015 00:19:10 +0000 (01:19 +0100)
Rather than expressing build dependencies between the Quassel
modules through add_dependency, we should treat those as link
dependencies instead. This has the added advantage that transitive
deps work properly (including properties like include dirs).


No differences found