summaryrefslogtreecommitdiffhomepage
path: root/file.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2024-06-11 17:15:19 +0200
committerRoland Reichwein <mail@reichwein.it>2024-06-11 17:15:19 +0200
commitd9e360bb95d4fced4974bb716f993c81626417cb (patch)
tree0b4d9665c4b6b2be05fddaa0e80a094222a0aac3 /file.h
parent2be709d1013cfc1beafd90b6e1dbb06ba6339580 (diff)
bugfix: external lib linking
Diffstat (limited to 'file.h')
-rw-r--r--file.h1
1 files changed, 1 insertions, 0 deletions
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);