CMake/Tests/StagingPrefix/Producer/bar.cpp

8 lines
50 B
C++

#include "bar.h"
int Bar::bar()
{
return 0;
}