1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-06-26 06:34:13 +08:00
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
38 B
C

int tree_foobar(void)
{
return 7;
}