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.h
blob: 543e71e028b860254dc7da3dce64c078213e4b2e (
plain
)
1
2
3
4
5
6
7
8
#ifndef LIB1_HPP
#define LIB1_HPP
int
add1
(
int
num
);
#endif