mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-13 01:29:02 -05:00
cf01d3d2bd
Rename the `baz` target to `subinc` to clarify that its role is to be included even though it is in an otherwise excluded subdirectory.
5 lines
29 B
C++
5 lines
29 B
C++
int subinc()
|
|
{
|
|
return 0;
|
|
}
|