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
/
ObjectLibrary
/
static.cpp
blob: 527f7f554f785904153809f601c2f8e11f20409a (
plain
)
1
2
3
4
5
6
int
file1_sq_func
(
int
);
int
cpp_sq_func
(
int
x
)
{
return
x
*
x
;
}