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

#include "depd_export.h"

#include "depA.h"

struct DEPD_EXPORT DepD
{
  int foo();

  DepA getA();
};