Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Kitware
GitHub Repository: Kitware/CMake
Path: blob/master/Tests/CMakeCommands/target_link_libraries/depA.h
3153 views
1
2
#include "depa_export.h"
3
4
struct DEPA_EXPORT DepA
5
{
6
int foo();
7
};
8
9