CMake/Tests/VSExternalInclude/Lib1/lib1.cpp

8 lines
60 B
C++

#include "lib1.h"
int add1(int num)
{
return num + 1;
}