CMake/Tests/CMakeCommands/target_link_libraries/depD.h

12 lines
104 B
C

#include "depd_export.h"
#include "depA.h"
struct DEPD_EXPORT DepD
{
int foo();
DepA getA();
};