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
948dc034
Commit
948dc034
authored
Jul 07, 2020
by
Ben Clayton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new static targets to VS solution folders
`GenericCodeGen` and `MachineIndependent` were missing from the generated visual studio solutions. Add these.
parent
f5ed7a69
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
CMakeLists.txt
glslang/CMakeLists.txt
+2
-1
No files found.
glslang/CMakeLists.txt
View file @
948dc034
...
...
@@ -50,6 +50,7 @@ endif(EMSCRIPTEN OR ENABLE_GLSLANG_JS)
add_library
(
GenericCodeGen STATIC
GenericCodeGen/CodeGen.cpp
GenericCodeGen/Link.cpp
)
set_property
(
TARGET GenericCodeGen PROPERTY FOLDER glslang
)
################################################################################
# MachineIndependent
...
...
@@ -129,7 +130,7 @@ if(ENABLE_HLSL)
endif
(
ENABLE_HLSL
)
add_library
(
MachineIndependent STATIC
${
MACHINEINDEPENDENT_SOURCES
}
${
MACHINEINDEPENDENT_HEADERS
}
)
set_property
(
TARGET MachineIndependent PROPERTY FOLDER glslang
)
glslang_pch
(
SOURCES MachineIndependent/pch.cpp
)
target_link_libraries
(
MachineIndependent PRIVATE OGLCompiler OSDependent GenericCodeGen
)
...
...
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