CMake/Tests/StagingPrefix/Producer/foo.cpp

8 lines
50 B
C++

#include "foo.h"
int Foo::foo()
{
return 0;
}