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