summaryrefslogtreecommitdiff
path: root/Tests/CMakeCommands/target_link_libraries/depD.h
blob: e3700c36a3732c7827b87b4a6b034cae6b03e21c (plain)
1
2
3
4
5
6
7
8
9
10

#include "depA.h"
#include "depd_export.h"

struct DEPD_EXPORT DepD
{
  int foo();

  DepA getA();
};