mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 11:22:21 -06: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
|