https://github.com/Kitware/CMake
Revision c8daac3556bc4ef7b39e0e632ead55d566e927cc authored by André Klitzing on 19 January 2016, 20:05:31 UTC, committed by Brad King on 19 January 2016, 20:05:31 UTC
Suggested-by: Gilles Khouzam <gillesk@microsoft.com>
1 parent c13ed96
Raw File
Tip revision: c8daac3556bc4ef7b39e0e632ead55d566e927cc authored by André Klitzing on 19 January 2016, 20:05:31 UTC
GetPrerequisites: Define api-ms-win-* files as system libraries (#15691)
Tip revision: c8daac3
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top