-
- Downloads
cmake: Split -E command implementation into separate source file
Move the cmake::ExecuteCMakeCommand static method and all the static methods it calls out of the 'cmake' class to a separate 'cmcmd' class. Build the latter as part of the main cmake executable with cmakemain.cxx and not in CMakeLib. Drop unused header includes from "cmake.cxx". By moving this implementation out of cmake.cxx we avoid carrying it around in all the executables that use class 'cmake'. It is needed only for the main "cmake -E" functionality.
Showing
- Source/CMakeLists.txt 1 addition, 1 deletionSource/CMakeLists.txt
- Source/cmake.cxx 1 addition, 1356 deletionsSource/cmake.cxx
- Source/cmake.h 0 additions, 28 deletionsSource/cmake.h
- Source/cmakemain.cxx 2 additions, 1 deletionSource/cmakemain.cxx
- Source/cmcmd.cxx 1374 additions, 0 deletionsSource/cmcmd.cxx
- Source/cmcmd.h 54 additions, 0 deletionsSource/cmcmd.h
- bootstrap 1 addition, 0 deletionsbootstrap
Loading
Please register or sign in to comment