mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06: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
C++
6 lines
44 B
C++
int func();
|
|
int main()
|
|
{
|
|
return func();
|
|
}
|