diff options
author | Ian Scott <ian.m.scott@stud.man.ac.uk> | 2001-07-27 17:06:05 (GMT) |
---|---|---|
committer | Ian Scott <ian.m.scott@stud.man.ac.uk> | 2001-07-27 17:06:05 (GMT) |
commit | 4878ed3d2937b717f31eb398db0121ec1f246d80 (patch) | |
tree | abb385287493e5b7450764f5ffc1aebf11954835 /Source/cmMakefile.h | |
parent | 6d54c3d6f8b03b137368c5868454f727ef707ceb (diff) | |
download | CMake-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.h | 5 |
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. |