summaryrefslogtreecommitdiff
path: root/Tests/CMakeCommands/target_link_libraries/libgenex.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CMakeCommands/target_link_libraries/libgenex.h')
-rw-r--r--Tests/CMakeCommands/target_link_libraries/libgenex.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/Tests/CMakeCommands/target_link_libraries/libgenex.h b/Tests/CMakeCommands/target_link_libraries/libgenex.h
new file mode 100644
index 000000000..733f9b6df
--- /dev/null
+++ b/Tests/CMakeCommands/target_link_libraries/libgenex.h
@@ -0,0 +1,12 @@
+
+#include "libgenex_export.h"
+
+#ifndef LIBGENEX_H
+#define LIBGENEX_H
+
+struct LIBGENEX_EXPORT LibGenex
+{
+ int foo();
+};
+
+#endif