mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 02:19:18 -05:00
6c9614cbf4
Previously, the `ScanSourceForModuleDependencies` flag was not added to the VS project if "nothing" prompted custom flags. See: #25519
7 lines
64 B
C++
7 lines
64 B
C++
import mod;
|
|
|
|
int main(int argc, char* argv[])
|
|
{
|
|
return f();
|
|
}
|