You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mosquitto/plugins/examples/force-retain
Kai Buschulte 7e4746aac4 Fix missing symbols MacOS
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>
3 years ago
..
CMakeLists.txt Fix missing symbols MacOS 3 years ago
Makefile Use path vars in Makefiles. 4 years ago
mosquitto_force_retain.c Bump copyrights. 4 years ago
test.conf Example plugin that forces all messages to be retained. 4 years ago
test.sh Example plugin that forces all messages to be retained. 4 years ago