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
/
UseSWIG
/
MultipleFiles
/
add.cxx
blob: a4dcca391d50ed1a83422959f26259dd63c5021f (
plain
)
1
2
3
4
5
6
#include
"add.h"
int
add
(
int
a
,
int
b
)
{
return
a
+
b
;
}