mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
These are tests which shall assure that the upcoming changes regarding the `GENERATED` source-file property and the associated new policy CMP0118 do not change (or only slightly change) the current, observable behavior when policy CMP0118 is set to `OLD`.
6 lines
44 B
Plaintext
6 lines
44 B
Plaintext
int func();
|
|
int main()
|
|
{
|
|
return func();
|
|
}
|