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
.gitattributes
.gitattributes   export-ignore
.hooks*          export-ignore

bootstrap        crlf=input
configure        crlf=input
*.[1-9]          crlf=input
*.sh             crlf=input
*.sh.in          crlf=input

*.bat           -crlf
*.bat.in        -crlf
*.dsp           -crlf
*.dsptemplate   -crlf
*.dsw           -crlf
*.pfx           -crlf
*.png           -crlf
*.sln           -crlf
*.vcproj        -crlf

*.c              whitespace=tab-in-indent
*.h              whitespace=tab-in-indent
*.cxx            whitespace=tab-in-indent
*.txt            whitespace=tab-in-indent
*.cmake          whitespace=tab-in-indent
back to top