Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
CMakeCommands
/
target_link_libraries
/
cmp0022
/
onlyplainlib1.h
blob: 2bc04eebed12b0336101c89ccbb5a426ad24c667 [
file
] [
log
] [
blame
]
struct
#ifdef
_WIN32
__declspec
(
dllexport
)
#endif
OnlyPlainLib1
{
OnlyPlainLib1
();
int
GetResult
();
private
:
int
result
;
};