diff options
author | Brad King <brad.king@kitware.com> | 2022-09-12 21:36:42 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-09-14 13:12:47 (GMT) |
commit | a858466aacb046a953367aeb2ee6c456812fc2dd (patch) | |
tree | cdd45da500d0a37953f6de1c574f92b431cb4598 /Tests/MSVCDebugInformationFormat/verify.cu | |
parent | 0e96a20478948c18a677b129c2a1de31261bbcb0 (diff) | |
download | CMake-a858466aacb046a953367aeb2ee6c456812fc2dd.zip CMake-a858466aacb046a953367aeb2ee6c456812fc2dd.tar.gz CMake-a858466aacb046a953367aeb2ee6c456812fc2dd.tar.bz2 |
MSVC: Add test for debug information format
Verify that the format's flags are used to compile, both in the
main project and in `try_compile` test projects.
Diffstat (limited to 'Tests/MSVCDebugInformationFormat/verify.cu')
-rw-r--r-- | Tests/MSVCDebugInformationFormat/verify.cu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/MSVCDebugInformationFormat/verify.cu b/Tests/MSVCDebugInformationFormat/verify.cu new file mode 100644 index 0000000..741bca6 --- /dev/null +++ b/Tests/MSVCDebugInformationFormat/verify.cu @@ -0,0 +1 @@ +#include "verify.h" |