Provide dlopen() path searching hook to senseApi libs

This commit is contained in:
2025-07-24 02:12:31 -04:00
parent 064dc43fbc
commit 1bf5f46404
4 changed files with 58 additions and 6 deletions
@@ -52,6 +52,10 @@ private:
SenseApiManager& operator=(const SenseApiManager&) = delete;
std::vector<std::unique_ptr<SenseApiLib>> senseApiLibs;
public:
static std::optional<std::string> searchForLibInSmoSearchPaths(
const std::string& libraryPath);
};
} // namespace sense_api