Function smc_verifiable_plugins::generatePathToPlugin
Defined in File utils.hpp
Function Documentation
-
inline std::filesystem::path smc_verifiable_plugins::generatePathToPlugin(const std::filesystem::path &plugin_folder, const std::string &plugin_name)
Helper function to generate the full path to the plugin library, given the folder path and the plugin.
- Parameters:
plugin_folder – The folder containing the plugin.
plugin_name – The name of the plugin to load.
- Returns:
The full path to the plugin library file.