mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-25 07:58:59 -06:00
Previously, the `ScanSourceForModuleDependencies` flag was not added to the VS project if "nothing" prompted custom flags. See: #25519
7 lines
51 B
C++
7 lines
51 B
C++
export module mod;
|
|
|
|
export int f()
|
|
{
|
|
return 0;
|
|
}
|