rcpputils  master
C++ API providing common utilities and data structures.
Namespaces | Functions
find_library.hpp File Reference

Find library located in OS's library paths environment variable. More...

#include <string>
#include "rcpputils/visibility_control.hpp"
Include dependency graph for find_library.hpp:

Go to the source code of this file.

Namespaces

 rcpputils
 

Functions

std::string rcpputils::find_library_path (const std::string &library_name)
 Find a library located in the OS's specified environment variable for library paths. More...
 

Detailed Description

Find library located in OS's library paths environment variable.