mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
15 lines
272 B
C
15 lines
272 B
C
|
|
#ifndef TESTSHAREDLIBREQUIREDUSER2_H
|
|
#define TESTSHAREDLIBREQUIREDUSER2_H
|
|
|
|
#include "testsharedlibrequireduser2_export.h"
|
|
|
|
#include "testSharedLibRequired.h"
|
|
|
|
struct TESTSHAREDLIBREQUIREDUSER2_EXPORT TestSharedLibRequiredUser2
|
|
{
|
|
TestSharedLibRequired foo();
|
|
};
|
|
|
|
#endif
|