https://github.com/Kitware/CMake
Revision 98659aecfd819eb1e7771f7420933316a628b057 authored by Brad King on 29 January 2015, 14:13:58 UTC, committed by CMake Topic Stage on 29 January 2015, 14:13:58 UTC
4775c901 VS: Add source file property to set extra hlsl shader flags

2 parent s 983a98e + 4775c90
Raw File
Tip revision: 98659aecfd819eb1e7771f7420933316a628b057 authored by Brad King on 29 January 2015, 14:13:58 UTC
Merge topic 'vs-shader-flags'
Tip revision: 98659ae
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top