Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
Kitware
Edit Copy
Star
GitHub Repository:
Kitware/CMake
Path:
blob/master/Tests/CMakeCommands/target_link_libraries/depG.h
3
1
5
3
views
1
2
#include "depg_export.h"
3
4
struct
DEPG_EXPORT
DepG
5
{
6
int
foo
(
)
;
7
}
;
8
9