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
ef807f4b
Unverified
Commit
ef807f4b
authored
Apr 03, 2019
by
John Kessenich
Committed by
GitHub
Apr 03, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1746 from karl-lunarg/gtest-install
build: Don't ship GTEST headers in install target
parents
e0d59bbe
1d1fd885
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
CMakeLists.txt
External/CMakeLists.txt
+2
-1
No files found.
External/CMakeLists.txt
View file @
ef807f4b
...
...
@@ -10,7 +10,8 @@ if(BUILD_TESTING)
if
(
WIN32
)
set
(
gtest_force_shared_crt ON CACHE BOOL
""
FORCE
)
endif
(
WIN32
)
add_subdirectory
(
googletest
)
# EXCLUDE_FROM_ALL keeps the install target from installing GTEST files.
add_subdirectory
(
googletest EXCLUDE_FROM_ALL
)
set
(
GTEST_TARGETS
gtest
gtest_main
...
...
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