summaryrefslogtreecommitdiffstats
path: root/Source/cmIncludeDirectoryCommand.h
diff options
context:
space:
mode:
authorSebastien Barre <sebastien.barre@kitware.com>2001-11-03 03:32:39 (GMT)
committerSebastien Barre <sebastien.barre@kitware.com>2001-11-03 03:32:39 (GMT)
commitef74458b34dcf2d25b3948c535d59273c2307546 (patch)
tree3bc5ea621a5d171395e19666ae8515109bd95e79 /Source/cmIncludeDirectoryCommand.h
parent2fcf59b96b6ac41a1963c8b0f2b06d61c8f255a2 (diff)
downloadCMake-ef74458b34dcf2d25b3948c535d59273c2307546.zip
CMake-ef74458b34dcf2d25b3948c535d59273c2307546.tar.gz
CMake-ef74458b34dcf2d25b3948c535d59273c2307546.tar.bz2
Add optional BEFORE param to INCLUDE_DIRECTORIES so that include dirs can be specified before the actual include dirs
Diffstat (limited to 'Source/cmIncludeDirectoryCommand.h')
-rw-r--r--Source/cmIncludeDirectoryCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmIncludeDirectoryCommand.h b/Source/cmIncludeDirectoryCommand.h
index 579e24a..d3764c6 100644
--- a/Source/cmIncludeDirectoryCommand.h
+++ b/Source/cmIncludeDirectoryCommand.h
@@ -92,7 +92,7 @@ public:
virtual const char* GetFullDocumentation()
{
return
- "INCLUDE_DIRECTORIES(dir1 dir2 ...)";
+ "INCLUDE_DIRECTORIES([BEFORE] dir1 dir2 ...)";
}
cmTypeMacro(cmIncludeDirectoryCommand, cmCommand);