index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
CudaOnly
/
DontResolveDeviceSymbols
/
main.cu
blob: 84a7a19eb790d2a5b8ed17d62924bef20a5cd814 (
plain
)
1
2
3
4
5
6
7
#include <iostream>
int
main
(
int
argc
,
char
**
argv
)
{
return
0
;
}