Przeglądaj źródła

BUG: fix for bug 1636 add extensions to AUX_SOURCE_DIRECTORY files

Bill Hoffman 20 lat temu
rodzic
commit
af60114ffb
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      Source/cmAuxSourceDirectoryCommand.cxx

+ 2 - 0
Source/cmAuxSourceDirectoryCommand.cxx

@@ -78,6 +78,8 @@ bool cmAuxSourceDirectoryCommand::InitialPass(std::vector<std::string> const& ar
             sourceListValue += ";";
             }
           sourceListValue += cmfile.GetSourceName();
+          sourceListValue += ".";
+          sourceListValue += cmfile.GetSourceExtension();
           }
         }
       }