diff options
author | Stephen Kelly <steveire@gmail.com> | 2016-10-12 22:18:24 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2016-10-15 09:14:21 (GMT) |
commit | fbf1721c94b40ea86eeb183a1916f2066eb64bdc (patch) | |
tree | 06b830d4bbb79404d8c4990c820c8ae349a9f06a /bootstrap | |
parent | 390a7d8647c13570dc6416fceb884dc51c8ef6f9 (diff) | |
download | CMake-fbf1721c94b40ea86eeb183a1916f2066eb64bdc.zip CMake-fbf1721c94b40ea86eeb183a1916f2066eb64bdc.tar.gz CMake-fbf1721c94b40ea86eeb183a1916f2066eb64bdc.tar.bz2 |
cmTargetPropertyComputer: Extract into new files
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -310,6 +310,7 @@ CMAKE_CXX_SOURCES="\ cmBootstrapCommands2 \ cmCommandsForBootstrap \ cmTarget \ + cmTargetPropertyComputer \ cmTest \ cmCustomCommand \ cmCustomCommandGenerator \ |