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
/
VSExternalInclude
/
Lib1
/
lib1.cpp
blob: 690eb740f3f55549e4c96bceac8ae97c0d11c1db (
plain
)
1
2
3
4
5
6
7
#include
"lib1.h"
int
add1
(
int
num
)
{
return
num
+
1
;
}