https://github.com/Kitware/CMake
Revision 506207f928bfc8853864edb9a200a38e7ac2b02b authored by Michael Stürmer on 24 February 2017, 08:28:13 UTC, committed by Brad King on 01 March 2017, 20:31:05 UTC
1 parent a202749
Raw File
Tip revision: 506207f928bfc8853864edb9a200a38e7ac2b02b authored by Michael Stürmer on 24 February 2017, 08:28:13 UTC
VS: add test for VS_CSHARP_* source file property
Tip revision: 506207f
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top