mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-12 17:19:05 -05:00
05f5fde0eb
Exclude Borland and NMake from the CMP0037 test. They do not accept the colon in a target name.
8 lines
71 B
C++
8 lines
71 B
C++
#ifdef _WIN32
|
|
__declspec(dllexport)
|
|
#endif
|
|
int empty()
|
|
{
|
|
return 0;
|
|
}
|