Files
CMake/Tests/RunCMake/UnityBuild/f.c
Robert Maynard 9f4eb352fe Unity Builds: Support explicit specification of sources to groups
Instead of having CMake determine which files should go into each
unity file, the user can now use explicitly state the mapping.
2020-05-07 11:13:34 -04:00

6 lines
40 B
C

int f(int x)
{
(void)x;
return 0;
}