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/print-ip-on-publish
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_print_ip_on_publish.c Do plugin callback unregistering automatically. 4 years ago
test.conf Test config and scripts for example plugins. 4 years ago
test.sh Add print-ip-on-publish example plugin. 4 years ago