b5d6f5dd5b
This allows for example, the buildsystem to use names like 'boost_any' instead of the overly generic 'any', and still be able to generate IMPORTED targets called 'boost::any'.
13 lines
143 B
C
13 lines
143 B
C
|
|
#ifndef RENAMED_H
|
|
#define RENAMED_H
|
|
|
|
#include "renamed_on_export_export.h"
|
|
|
|
struct RENAMED_ON_EXPORT_EXPORT Renamed
|
|
{
|
|
int foo();
|
|
};
|
|
|
|
#endif
|