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

#include "libgenex_export.h"

#ifndef LIBGENEX_H
#define LIBGENEX_H

struct LIBGENEX_EXPORT LibGenex
{
  int foo();
};

#endif