CMake/Tests/CMakeCommands/target_link_libraries/depIfaceOnly.h

8 lines
93 B
C

#include "depifaceonly_export.h"
struct DEPIFACEONLY_EXPORT DepIfaceOnly
{
int foo();
};