summaryrefslogtreecommitdiffstats
path: root/Tests/CPackComponentsDEB/subdir/myotherlib.cpp
blob: eec270cdc15ae565ecf339fd80cd3c2969bfa22a (plain)
1
2
3
4
5
6
7
8
#include "myotherlib.h"

#include "stdio.h"

void myotherlib_function()
{
  printf("This is myotherlib");
}