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
/
NotEnabled
/
lib.cxx
blob: 5dae5a3f5ed80f9d0f0cad2e0eb454c83399ca79 (
plain
)
1
2
3
4
5
int
cxx_function
(
int
input
)
{
return
input
;
}