mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -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
|