From f857007dbb6a0a26a6828017da64540eda452fbf Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 18 May 2024 16:31:14 +0200 Subject: Link different kinds of libs --- file.h | 1 + 1 file changed, 1 insertion(+) (limited to 'file.h') diff --git a/file.h b/file.h index a49825c..fbab148 100644 --- a/file.h +++ b/file.h @@ -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); -- cgit v1.2.3