4ee872cb99
The existing BUILD_INTERFACE code is executed at generate time, which is too late for export().
13 lines
130 B
C
13 lines
130 B
C
|
|
#ifndef SUBDIR_H
|
|
#define SUBDIR_H
|
|
|
|
#include "subdirlib_export.h"
|
|
|
|
struct SUBDIRLIB_EXPORT SubDirObject
|
|
{
|
|
int foo();
|
|
};
|
|
|
|
#endif
|