Explorar el Código

BUG: fix for bug 1636 add extensions to AUX_SOURCE_DIRECTORY files

Bill Hoffman hace 20 años
padre
commit
af60114ffb
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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();
           }
         }
       }