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
e471df3c
Unverified
Commit
e471df3c
authored
Nov 06, 2019
by
John Kessenich
Committed by
GitHub
Nov 06, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1963 from KhronosGroup/revert-
7b0e2363
Fix #1959 by reverting
7b0e2363
to put files in two places.
parents
442a8a99
199d115e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
CMakeLists.txt
SPIRV/CMakeLists.txt
+4
-3
No files found.
SPIRV/CMakeLists.txt
100644 → 100755
View file @
e471df3c
...
...
@@ -90,9 +90,10 @@ if(ENABLE_GLSLANG_INSTALL)
install
(
TARGETS SPIRV EXPORT SPIRVTargets
ARCHIVE DESTINATION
${
CMAKE_INSTALL_LIBDIR
}
)
endif
()
install
(
EXPORT SPVRemapperTargets DESTINATION lib/cmake
)
install
(
EXPORT SPIRVTargets DESTINATION lib/cmake
)
install
(
EXPORT SPVRemapperTargets DESTINATION lib/cmake
)
install
(
EXPORT SPIRVTargets DESTINATION lib/cmake
)
install
(
FILES
${
HEADERS
}
${
SPVREMAP_HEADERS
}
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/SPIRV/
)
install
(
FILES
${
HEADERS
}
${
SPVREMAP_HEADERS
}
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/glslang/SPIRV/
)
endif
(
ENABLE_GLSLANG_INSTALL
)
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