mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 05:08:47 -06:00
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;
|
|
}
|