Skip to content

Commit 66f7c63

Browse files
committed
Improve CMake build
1 parent 6148aaa commit 66f7c63

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.gitignore

+21
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_?_?

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# MojoShader
2+
[![Build](https://github.com/icculus/mojoshader/actions/workflows/main.yml/badge.svg)](https://github.com/icculus/mojoshader/actions/workflows/main.yml)
23

34
https://icculus.org/mojoshader/
45

0 commit comments

Comments
 (0)