Files
CMake/Tests/RunCMake/CMP0118/source.cpp.in
Deniz Bahadir 78c8d95605 GENERATED prop: Add some tests before introducing changes with CMP0118
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`.
2020-11-24 17:34:33 +01:00

6 lines
44 B
C++

int func();
int main()
{
return func();
}