mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
b42330be21
Add `TREE` and `PREFIX` arguments to enable this behavior.
5 lines
35 B
C
5 lines
35 B
C
int tree_baz(void)
|
|
{
|
|
return 9;
|
|
}
|