CMake/Tests/SourceGroups/sub1/tree_bar.c
Mateusz Janek b42330be21 source_group: Add options create groups matching directory tree
Add `TREE` and `PREFIX` arguments to enable this behavior.
2017-01-16 10:52:48 -05:00

5 lines
35 B
C

int tree_bar(void)
{
return 8;
}