summaryrefslogtreecommitdiffstats
path: root/Source/cmTargetPropCommandBase.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-01-13 09:04:40 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-01-13 09:04:40 (GMT)
commit7c7b94f21ffa6f3bda054d5e11bd09b13155c04e (patch)
tree5550293f5050aaf292b8f3f3204393773649469a /Source/cmTargetPropCommandBase.h
parent9822f8c931c39b28a587cf48b5314431386d50ea (diff)
downloadCMake-7c7b94f21ffa6f3bda054d5e11bd09b13155c04e.zip
CMake-7c7b94f21ffa6f3bda054d5e11bd09b13155c04e.tar.gz
CMake-7c7b94f21ffa6f3bda054d5e11bd09b13155c04e.tar.bz2
Document the use of generator expressions in new commands.
Diffstat (limited to 'Source/cmTargetPropCommandBase.h')
-rw-r--r--Source/cmTargetPropCommandBase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmTargetPropCommandBase.h b/Source/cmTargetPropCommandBase.h
index 90e3bbb..e757f9d 100644
--- a/Source/cmTargetPropCommandBase.h
+++ b/Source/cmTargetPropCommandBase.h
@@ -14,6 +14,7 @@
#define cmTargetPropCommandBase_h
#include "cmCommand.h"
+#include "cmDocumentGeneratorExpressions.h"
class cmTarget;