https://github.com/Kitware/CMake
Revision d91b5a72cd751b75fbce163fa7a3ea2f05bf484d authored by Francisco Facioni on 30 May 2019, 08:35:03 UTC, committed by Brad King on 03 June 2019, 15:53:27 UTC
1 parent 5efac09
Raw File
Tip revision: d91b5a72cd751b75fbce163fa7a3ea2f05bf484d authored by Francisco Facioni on 30 May 2019, 08:35:03 UTC
Ninja: Add support for CUDA nvcc response files
Tip revision: d91b5a7
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top