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