expose new introspection to library interfaces for consistency

This commit is contained in:
Axel Kohlmeyer
2024-08-07 10:37:20 -04:00
parent 937c17f3b8
commit f197ce3165
7 changed files with 52 additions and 0 deletions

View File

@ -150,6 +150,7 @@ liblammpsplugin_t *liblammpsplugin_load(const char *lib)
ADDSYM(config_has_png_support);
ADDSYM(config_has_jpeg_support);
ADDSYM(config_has_ffmpeg_support);
ADDSYM(config_has_curl_support);
ADDSYM(config_has_exceptions);
ADDSYM(config_has_package);