blob: 9b75a4068b8c1c806864579c269f10c710fb4c56 [file] [log] [blame]
#pragma once
#include <string>
namespace blobs
{
/**
* @brief Given a path, find libraries (*.so only) and load them.
*
* @param[in] paths - list of fully qualified paths to libraries to load.
*/
void loadLibraries(const std::string& path);
} // namespace blobs