blob: 0a93de8d569ff4841ccce3671347073d543b6a2c (
plain)
1
2
3
4
5
6
7
8
9
|
static cmVS7FlagTable cmVS10CudaFlagTable[] = {
// Collect options meant for the host compiler.
{ "AdditionalCompilerOptions", "Xcompiler=", "Host compiler options", "",
cmVS7FlagTable::UserValue | cmVS7FlagTable::SpaceAppendable },
{ "AdditionalCompilerOptions", "Xcompiler", "Host compiler options", "",
cmVS7FlagTable::UserFollowing | cmVS7FlagTable::SpaceAppendable },
{ 0, 0, 0, 0, 0 }
};
|