CMake/Tests/StagingPrefix/Producer/foo.h

11 lines
86 B
C++

class
#ifdef _WIN32
__declspec(dllexport)
#endif
Foo
{
public:
int foo();
};