]> git.tdb.fi Git - builder.git/commit
Make it possible for plugins to require other plugins
authorMikko Rasa <tdb@tdb.fi>
Tue, 3 Jan 2023 12:16:42 +0000 (14:16 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 3 Jan 2023 12:16:42 +0000 (14:16 +0200)
commitf9f8b6926a842f241edf7db6590af4b47a87bfd3
tree96fa23797d3e0d5d3f85bbae1d1a1fdb52ee26f2
parent19de47d18af9c3021d77a7f84622a352adbd6ae5
Make it possible for plugins to require other plugins

This is used to ensure correct ordering if one plugin customizes tools
from another.
source/lib/builder.cpp
source/lib/builder.h
source/lib/plugin.h