summaryrefslogtreecommitdiffstats
path: root/Source/cmIDEFlagTable.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-02-15 14:35:36 (GMT)
committerBrad King <brad.king@kitware.com>2017-02-15 15:36:09 (GMT)
commit3936a2886efc1fd46560352f3a48d6a656f95367 (patch)
tree25a3471d6115013682d7496c7ffd79972f0ea5cf /Source/cmIDEFlagTable.h
parent72cfb3c3d2e8f6167cf08289691f7b0c61d0d331 (diff)
downloadCMake-3936a2886efc1fd46560352f3a48d6a656f95367.zip
CMake-3936a2886efc1fd46560352f3a48d6a656f95367.tar.gz
CMake-3936a2886efc1fd46560352f3a48d6a656f95367.tar.bz2
cmIDEOptions: Add SpaceAppendable flag table type
Diffstat (limited to 'Source/cmIDEFlagTable.h')
-rw-r--r--Source/cmIDEFlagTable.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmIDEFlagTable.h b/Source/cmIDEFlagTable.h
index 64ade76..152e293 100644
--- a/Source/cmIDEFlagTable.h
+++ b/Source/cmIDEFlagTable.h
@@ -24,6 +24,9 @@ struct cmIDEFlagTable
// IgnoreDefaultLibraryNames)
UserFollowing = (1 << 5), // expect value in following argument
CaseInsensitive = (1 << 6), // flag may be any case
+ SpaceAppendable = (1 << 7), // a flag that if specified multiple times
+ // should have its value appended to the
+ // old value with spaces
UserValueIgnored = UserValue | UserIgnored,
UserValueRequired = UserValue | UserRequired