Tests: Rename RunCMake.TargetPropertyGeneratorExpressions for consistency

Rename the test to `RunCMake.GenEx-TARGET_PROPERTY` for consistency with
the other `RunCMake.GenEx-*` test names.
This commit is contained in:
Brad King
2022-11-15 10:22:35 -05:00
parent 88c4006f05
commit e855ed7fde
45 changed files with 3 additions and 4 deletions
@@ -0,0 +1,7 @@
#ifdef _WIN32
__declspec(dllexport)
#endif
int empty()
{
return 0;
}