diff options
Diffstat (limited to 'Tests/CMakeTests/GetProperty-Global-Name.cmake')
-rw-r--r-- | Tests/CMakeTests/GetProperty-Global-Name.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeTests/GetProperty-Global-Name.cmake b/Tests/CMakeTests/GetProperty-Global-Name.cmake new file mode 100644 index 000000000..497700cb3 --- /dev/null +++ b/Tests/CMakeTests/GetProperty-Global-Name.cmake @@ -0,0 +1 @@ +get_property(FOO GLOBAL FOO PROPERTY FOO) |