CMake/Tests/VSExternalInclude/Lib1/lib1.h

8 lines
63 B
C

#ifndef LIB1_HPP
#define LIB1_HPP
int add1(int num);
#endif