Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use vector, not list for cmCommand storage. | Stephen Kelly | 2015-04-12 | 1 | -1/+1 |
| | |||||
* | CMakeLists: Generate the cmCommands.cxx file. | Stephen Kelly | 2014-02-09 | 1 | -0/+19 |
Define the list of commands in the CMakeLists.txt file. List the sources in the CMakeLib target, but mark them as HEADER_FILE_ONLY. This has the effect that IDEs will show the files, though they will not be built again. Add a cmCommandsForBootstrap.cxx file for bootstrapping purposes. Rename the cmExportLibraryDependencies file to match the common pattern. |