CMake/Tests/CPackComponentsDEB/mylib.cpp

8 lines
92 B
C++

#include "mylib.h"
#include "stdio.h"
void mylib_function()
{
printf("This is mylib");
}