https://github.com/Kitware/CMake
Revision 493489665e6ff98be614a1fe8f73d9484a0ca1b0 authored by Brad King on 25 June 2013, 12:54:52 UTC, committed by CMake Topic Stage on 25 June 2013, 12:54:52 UTC
6dbd4a5 cmMakefile: Refactor AddCMakeDependFile  and AddCMakeOutputFile.

2 parent s ade22ea + 6dbd4a5
Raw File
Tip revision: 493489665e6ff98be614a1fe8f73d9484a0ca1b0 authored by Brad King on 25 June 2013, 12:54:52 UTC
Merge topic 'makefile_AddCMakeOutputFile_signature'
Tip revision: 4934896
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top