MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / libNames

Function libNames

src/backend/common/DependencyModule.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36namespace {
37vector<string> libNames(const std::string& name, const string& suffix,
38 const Version& ver = arrayfire::common::NullVersion) {
39 UNUSED(ver); // Windows DLL files are not version suffixed
40 return {name + suffix + librarySuffix};
41}
42} // namespace
43
44#elif defined(OS_MAC)

Callers 1

DependencyModuleMethod · 0.85

Calls 4

to_stringFunction · 0.85
majorMethod · 0.80
minorMethod · 0.80
patchMethod · 0.80

Tested by

no test coverage detected