summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorIan Scott <ian.m.scott@stud.man.ac.uk>2001-07-27 17:06:05 (GMT)
committerIan Scott <ian.m.scott@stud.man.ac.uk>2001-07-27 17:06:05 (GMT)
commit4878ed3d2937b717f31eb398db0121ec1f246d80 (patch)
treeabb385287493e5b7450764f5ffc1aebf11954835 /Source/cmMakefile.h
parent6d54c3d6f8b03b137368c5868454f727ef707ceb (diff)
downloadCMake-4878ed3d2937b717f31eb398db0121ec1f246d80.zip
CMake-4878ed3d2937b717f31eb398db0121ec1f246d80.tar.gz
CMake-4878ed3d2937b717f31eb398db0121ec1f246d80.tar.bz2
MAkefile now strips duplicate directores from the libraries and include paths
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index bfdd520..e44d73d 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -480,6 +480,11 @@ public:
* Expand variables in the makefiles ivars such as link directories etc
*/
void ExpandVariables();
+
+ /**
+ * Strip Duplicate directories from Library and Include paths
+ */
+ void cmMakefile::StripDuplicateDirectories();
/** Recursivly read and create a cmMakefile object for
* all CMakeLists.txt files in the GetSubDirectories list.