mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 00:00:39 -05:00
c8ccd5a9e3
Add Common Package Specification support to export(EXPORT).
8 lines
77 B
C
8 lines
77 B
C
#ifdef _WIN32
|
|
__declspec(dllexport)
|
|
#endif
|
|
int answer(void)
|
|
{
|
|
return 42;
|
|
}
|