mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-02-06 02:52:07 +08:00
Core symbols needed by plugins are now properly linked to their objects * Remove link_directories() call: This specification is not necessary for our own libraries as cmake shares this information over the targets. If needed they should be specified target specific, like done for the external DLT library. Signed-off-by: Kai Buschulte <kai.buschulte@cedalo.com>