diff options
author | Roland Reichwein <mail@reichwein.it> | 2024-05-18 16:31:14 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2024-05-18 16:31:14 +0200 |
commit | f857007dbb6a0a26a6828017da64540eda452fbf (patch) | |
tree | a2fc22abb236c6f07a9b9425a87b18f5f2e189f8 /file.h | |
parent | 8a4dfbbbe76a2aef35427b7915d6e28bab165c43 (diff) |
Link different kinds of libs
Diffstat (limited to 'file.h')
-rw-r--r-- | file.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ bool is_dynamic_lib_link(const std::filesystem::path& p); bool is_static_lib(const std::filesystem::path& p); std::filesystem::path soname_shorter(const std::filesystem::path& p); std::filesystem::path soname_short(const std::filesystem::path& p); +std::string dynamic_lib_name(const std::filesystem::path& p); // removes initial "./" std::filesystem::path simplified_path(const std::filesystem::path& p); |