Home
last modified time | relevance | path

Searched refs:linkSearchPaths (Results 1 – 3 of 3) sorted by relevance

/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmGlobalXCodeGenerator.cxx3525 std::vector<std::string> linkSearchPaths; in AddDependAndLinkInformation() local
3544 if (std::find(linkSearchPaths.begin(), linkSearchPaths.end(), linkDir) == in AddDependAndLinkInformation()
3545 linkSearchPaths.end()) { in AddDependAndLinkInformation()
3546 linkSearchPaths.push_back(linkDir); in AddDependAndLinkInformation()
3679 for (auto& libDir : linkSearchPaths) { in AddDependAndLinkInformation()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmGlobalXCodeGenerator.cxx3525 std::vector<std::string> linkSearchPaths; in AddDependAndLinkInformation() local
3544 if (std::find(linkSearchPaths.begin(), linkSearchPaths.end(), linkDir) == in AddDependAndLinkInformation()
3545 linkSearchPaths.end()) { in AddDependAndLinkInformation()
3546 linkSearchPaths.push_back(linkDir); in AddDependAndLinkInformation()
3679 for (auto& libDir : linkSearchPaths) { in AddDependAndLinkInformation()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmGlobalXCodeGenerator.cxx3525 std::vector<std::string> linkSearchPaths; in AddDependAndLinkInformation() local
3544 if (std::find(linkSearchPaths.begin(), linkSearchPaths.end(), linkDir) == in AddDependAndLinkInformation()
3545 linkSearchPaths.end()) { in AddDependAndLinkInformation()
3546 linkSearchPaths.push_back(linkDir); in AddDependAndLinkInformation()
3679 for (auto& libDir : linkSearchPaths) { in AddDependAndLinkInformation()