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
/
Cuda
/
WithC
/
main.c
blob: f9101a7068f5258e8902ab45e1cdf3ae9fb8ec09 (
plain
)
1
2
3
4
5
6
extern
int
use_cuda
(
void
);
int
main
()
{
return
use_cuda
();
}