Add policy CMP0040 to disallow custom commands on missing targets

This commit is contained in:
Nils Gladitz
2013-11-20 09:53:06 +01:00
committed by Brad King
parent a61025135b
commit a02f3d2de0
24 changed files with 149 additions and 24 deletions
+7
View File
@@ -0,0 +1,7 @@
#ifdef _WIN32
__declspec(dllexport)
#endif
int empty()
{
return 0;
}