mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-25 09:58:37 -05:00
9d83a1ed1f
Rename the RunCMake/PackageInfo and RunCMake/CpsExportImport tests to indicate that they cover CPS generated by the install command. This opens space for similar tests that will cover CPS generation via the export command.
8 lines
77 B
C
8 lines
77 B
C
#ifdef _WIN32
|
|
__declspec(dllexport)
|
|
#endif
|
|
int answer(void)
|
|
{
|
|
return 42;
|
|
}
|