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: 178365ab69386fef0fec069e7426b943a9b197c9 (
plain
)
1
2
3
4
5
6
7
#ifndef LIB1_HPP
#define LIB1_HPP
int
add1
(
int
num
);
#endif