diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index dba2763..3f289c1 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -236,6 +236,14 @@ public: const std::vector<std::string>& path); /** + * Get the include file or library search path. + */ + void GetIncludeSearchPath(const std::vector<std::string>& callerPaths, + std::vector<std::string>& path); + void GetLibrarySearchPath(const std::vector<std::string>& callerPaths, + std::vector<std::string>& path); + + /** * Add a variable definition to the build. This variable * can be used in CMake to refer to lists, directories, etc. */ |