mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 01:19:31 -05:00
9ef99353cb
Projects which ship object files as artifacts may want to control the object names as much as possible. Support setting explicit object names as source file properties to support such use cases.
5 lines
29 B
C
5 lines
29 B
C
int f(int a)
|
|
{
|
|
return a;
|
|
}
|