diff options
Diffstat (limited to 'Source/cmFindBase.h')
-rw-r--r-- | Source/cmFindBase.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmFindBase.h b/Source/cmFindBase.h index ddb4630..60c8853 100644 --- a/Source/cmFindBase.h +++ b/Source/cmFindBase.h @@ -43,6 +43,7 @@ protected: void PrintFindStuff(); void ExpandPaths(std::vector<std::string> userPaths); void AddFrameWorkPaths(); + void AddAppBundlePaths(); void AddEnvironmentVairables(); void AddCMakeVairables(); void AddSystemEnvironmentVairables(); @@ -76,6 +77,10 @@ protected: bool SearchFrameworkOnly; bool SearchFrameworkLast; + bool SearchAppBundleFirst; + bool SearchAppBundleOnly; + bool SearchAppBundleLast; + }; |