Skip to content

Commit bdb6e27

Browse files
committed
Improve CMake build
1 parent 6148aaa commit bdb6e27

File tree

3 files changed

+287
-249
lines changed

3 files changed

+287
-249
lines changed

.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
syntax:glob
2+
mojoshader_version.h
3+
mojoshader_parser_hlsl.h
4+
cmake-build
5+
CMakeCache.txt
6+
CMakeFiles
7+
Makefile
8+
cmake_install.cmake
9+
testparse
10+
testoutput
11+
bestprofile
12+
availableprofiles
13+
finderrors
14+
assemble
15+
preprocess
16+
glcaps
17+
*.exe
18+
*.lib
19+
*.a
20+
ps_?_?
21+
vs_?_?

0 commit comments

Comments
 (0)