https://github.com/Kitware/CMake
Revision 57f03e59ba92989aaf3600399f11ffb308cc663e authored by Stephen Kelly on 06 October 2012, 15:51:07 UTC, committed by Stephen Kelly on 27 July 2015, 19:59:03 UTC
Enough to make it more possible to move GetLinkInterface
to cmGeneratorTarget.
1 parent 57ab0f7
Raw File
Tip revision: 57f03e59ba92989aaf3600399f11ffb308cc663e authored by Stephen Kelly on 06 October 2012, 15:51:07 UTC
Port some of the cmExportFileGenerator API to cmGeneratorTarget.
Tip revision: 57f03e5
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top