From d9e360bb95d4fced4974bb716f993c81626417cb Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Tue, 11 Jun 2024 17:15:19 +0200 Subject: bugfix: external lib linking --- file.h | 1 + 1 file changed, 1 insertion(+) (limited to 'file.h') diff --git a/file.h b/file.h index 972b580..d9a117b 100644 --- a/file.h +++ b/file.h @@ -13,6 +13,7 @@ bool is_executable_target(const std::filesystem::path& p); bool is_dynamic_lib(const std::filesystem::path& p); bool is_dynamic_lib_link(const std::filesystem::path& p); bool is_static_lib(const std::filesystem::path& p); +bool is_external_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); -- cgit v1.2.3