Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Kitware
GitHub Repository: Kitware/CMake
Path: blob/master/Tests/CMakeCommands/target_link_libraries/libgenex.h
3153 views
1
2
#include "libgenex_export.h"
3
4
#ifndef LIBGENEX_H
5
# define LIBGENEX_H
6
7
struct LIBGENEX_EXPORT LibGenex
8
{
9
int foo();
10
};
11
12
#endif
13
14