Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
glslang
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
glslang
Commits
f0928b3f
Commit
f0928b3f
authored
Oct 26, 2018
by
John Kessenich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build: Pin googletest to a version that works with visual studio 2013.
parent
25ed3fce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
.appveyor.yml
.appveyor.yml
+4
-1
README.md
README.md
+9
-0
No files found.
.appveyor.yml
100644 → 100755
View file @
f0928b3f
...
...
@@ -31,8 +31,11 @@ matrix:
# scripts that run after cloning repository
install
:
-
git clone https://github.com/google/googletest.git External/googletest
-
C:/Python27/python.exe update_glslang_sources.py
-
git clone https://github.com/google/googletest.git External/googletest
-
cd External/googletest
-
git checkout 440527a61e1c91188195f7de212c63c77e8f0a45
-
cd ../..
build
:
parallel
:
true
# enable MSBuild parallel builds
...
...
README.md
View file @
f0928b3f
...
...
@@ -84,6 +84,15 @@ cd <the directory glslang was cloned to, "External" will be a subdirectory>
git clone https://github.com/google/googletest.git External/googletest
```
If you want to use googletest with Visual Studio 2013, you also need to check out an older version:
```
bash
# to use googletest with Visual Studio 2013
cd
External/googletest
git checkout 440527a61e1c91188195f7de212c63c77e8f0a45
cd
../..
```
If you wish to assure that SPIR-V generated from HLSL is legal for Vulkan,
or wish to invoke -Os to reduce SPIR-V size from HLSL or GLSL, install
spirv-tools with this:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment