Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
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
googletest
Commits
878bd92e
Commit
878bd92e
authored
Mar 17, 2020
by
vslashg
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2716 from kuzkry:autotools-leftover
PiperOrigin-RevId: 298599235
parents
cfb5ef4e
c378d7eb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
googletest/README.md
+3
-3
No files found.
googletest/README.md
View file @
878bd92e
...
@@ -189,9 +189,9 @@ or
...
@@ -189,9 +189,9 @@ or
When Google Test uses pthread, you may need to add flags to your compiler and/or
When Google Test uses pthread, you may need to add flags to your compiler and/or
linker to select the pthread library, or you'll get link errors. If you use the
linker to select the pthread library, or you'll get link errors. If you use the
CMake script
or the deprecated Autotools script, this is taken care of for you.
CMake script
, this is taken care of for you. If you use your own build script,
If you use your own build script, you'll need to read your compiler and linker'
s
you'll need to read your compiler and linker's manual to figure out what flag
s
manual to figure out what flags
to add.
to add.
### As a Shared Library (DLL)
### As a Shared Library (DLL)
...
...
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