mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
8 lines
93 B
C
8 lines
93 B
C
|
|
#include "depifaceonly_export.h"
|
|
|
|
struct DEPIFACEONLY_EXPORT DepIfaceOnly
|
|
{
|
|
int foo();
|
|
};
|