mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 05:08:47 -06:00
Xcode: add support for embedding dynamic libraries
This commit is contained in:
committed by
Craig Scott
parent
b7bcf70761
commit
6ef7bfbb64
@@ -102,7 +102,11 @@ public:
|
||||
}
|
||||
|
||||
//! Return true if the path is a framework
|
||||
static bool IsPathToFramework(const std::string& value);
|
||||
static bool IsPathToFramework(const std::string& path);
|
||||
|
||||
//! Return true if the path is a macOS non-framework shared library (aka
|
||||
//! .dylib)
|
||||
static bool IsPathToMacOSSharedLibrary(const std::string& path);
|
||||
|
||||
static bool DoesFileExistWithExtensions(
|
||||
const std::string& name, const std::vector<std::string>& sourceExts);
|
||||
|
||||
Reference in New Issue
Block a user