diff options
author | Brad King <brad.king@kitware.com> | 2017-03-07 21:21:29 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-03-10 15:19:57 (GMT) |
commit | 94255511a6d59b14159544e2489905c62dab9fca (patch) | |
tree | 585ae5293bf524dd1a5532907737cb787ecb8b35 /Source/cmVisualStudioGeneratorOptions.h | |
parent | 253594d0aec0cbe34694cac59ef1a8e42a532118 (diff) | |
download | CMake-94255511a6d59b14159544e2489905c62dab9fca.zip CMake-94255511a6d59b14159544e2489905c62dab9fca.tar.gz CMake-94255511a6d59b14159544e2489905c62dab9fca.tar.bz2 |
VS: Select CUDA code generation architectures
Parse the `-gencode=`, `-arch`, and `-code` flags and generate a
`CodeGeneration` field in the project file.
Diffstat (limited to 'Source/cmVisualStudioGeneratorOptions.h')
-rw-r--r-- | Source/cmVisualStudioGeneratorOptions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmVisualStudioGeneratorOptions.h b/Source/cmVisualStudioGeneratorOptions.h index 6722503..52689e0 100644 --- a/Source/cmVisualStudioGeneratorOptions.h +++ b/Source/cmVisualStudioGeneratorOptions.h @@ -75,6 +75,8 @@ public: }; CudaRuntime GetCudaRuntime() const; + void FixCudaCodeGeneration(); + bool IsDebug() const; bool IsWinRt() const; bool IsManaged() const; |