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
7e134cdf
Commit
7e134cdf
authored
Jan 29, 2017
by
John Kessenich
Committed by
GitHub
Jan 29, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #706 from Ralith/install-headers
Install headers
parents
62c3e400
5a074532
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
CMakeLists.txt
SPIRV/CMakeLists.txt
+2
-0
CMakeLists.txt
glslang/CMakeLists.txt
+5
-0
No files found.
SPIRV/CMakeLists.txt
View file @
7e134cdf
...
@@ -53,3 +53,5 @@ endif(WIN32)
...
@@ -53,3 +53,5 @@ endif(WIN32)
install
(
TARGETS SPIRV SPVRemapper
install
(
TARGETS SPIRV SPVRemapper
ARCHIVE DESTINATION lib
)
ARCHIVE DESTINATION lib
)
install
(
FILES
${
HEADERS
}
${
SPVREMAP_HEADERS
}
DESTINATION include/SPIRV/
)
glslang/CMakeLists.txt
View file @
7e134cdf
...
@@ -97,3 +97,8 @@ endif(WIN32)
...
@@ -97,3 +97,8 @@ endif(WIN32)
install
(
TARGETS glslang
install
(
TARGETS glslang
ARCHIVE DESTINATION lib
)
ARCHIVE DESTINATION lib
)
foreach
(
file
${
HEADERS
}
)
get_filename_component
(
dir
${
file
}
DIRECTORY
)
install
(
FILES
${
file
}
DESTINATION include/glslang/
${
dir
}
)
endforeach
()
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