diff options
author | Craig Scott <craig.scott@crascit.com> | 2020-05-10 08:04:17 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2020-05-10 22:15:25 (GMT) |
commit | faf44a8cdb122065b2d36ac415561df679a94872 (patch) | |
tree | c6a424305948fb9c2c0b887e69395a278087da9b /Tests/SourceGroups/nested.c | |
parent | 8afac758e6e793a0f004ce2693b0096362391cd9 (diff) | |
download | CMake-faf44a8cdb122065b2d36ac415561df679a94872.zip CMake-faf44a8cdb122065b2d36ac415561df679a94872.tar.gz CMake-faf44a8cdb122065b2d36ac415561df679a94872.tar.bz2 |
source_group: Support forward slashes in group hierarchy
Fixes: #18076
Diffstat (limited to 'Tests/SourceGroups/nested.c')
-rw-r--r-- | Tests/SourceGroups/nested.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/SourceGroups/nested.c b/Tests/SourceGroups/nested.c new file mode 100644 index 0000000..4e31480 --- /dev/null +++ b/Tests/SourceGroups/nested.c @@ -0,0 +1,4 @@ +int nested(void) +{ + return 123; +} |