mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
ENH: add patch for finding applications on OSX
This commit is contained in:
@@ -64,6 +64,14 @@ public:
|
||||
}
|
||||
|
||||
cmTypeMacro(cmFindProgramCommand, cmFindBase);
|
||||
|
||||
protected:
|
||||
std::string FindProgram(std::vector<std::string> names);
|
||||
|
||||
private:
|
||||
std::string FindAppBundle(std::vector<std::string> names);
|
||||
std::string GetBundleExecutable(std::string bundlePath);
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user