mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 21:58:50 -05:00
b42330be21
Add `TREE` and `PREFIX` arguments to enable this behavior.
5 lines
38 B
C
5 lines
38 B
C
int tree_foobar(void)
|
|
{
|
|
return 7;
|
|
}
|