mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-07 07:39:32 -06:00
This creates an additional target and for its three source files a directory tree is created.
5 lines
33 B
C
5 lines
33 B
C
int qux(void)
|
|
{
|
|
return 1234;
|
|
}
|