cmake/Source/cmVS14RCFlagTable.h
2016-07-09 11:21:54 +02:00

7 lines
141 B
C

static cmVS7FlagTable cmVS14RCFlagTable[] = {
// Bool Properties
{ "NullTerminateStrings", "n", "", "true", 0 },
{ 0, 0, 0, 0, 0 }
};