GenexEval: Test evaluation of INCLUDE_DIRECTORIES target property.

This commit is contained in:
Stephen Kelly
2013-05-29 00:34:30 +02:00
parent 3aa9ce441f
commit 07f9e157b6
3 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#ifdef _WIN32
__declspec(dllexport)
#endif
int empty(void)
{
return 0;
}