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
bce8134d
Commit
bce8134d
authored
May 20, 2011
by
vladlosev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds a DLL-related section to Google Mock's README.
parent
587c1b37
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
README
README
+8
-1
No files found.
README
View file @
bce8134d
...
...
@@ -265,7 +265,14 @@ If you want to use Boost's TR1 tuple library with Google Mock, please
refer
to
the
Boost
website
(
http
://
www
.
boost
.
org
/)
for
how
to
obtain
it
and
set
it
up
.
###
Tweaking
Google
Test
###
###
As
a
Shared
Library
(
DLL
)
###
Google
Mock
is
compact
,
so
most
users
can
build
and
link
it
as
a
static
library
for
the
simplicity
.
Google
Mock
can
be
used
as
a
DLL
,
but
the
same
DLL
must
contain
Google
Test
as
well
.
See
Google
Test
's README
file for instructions on how to set up necessary compiler settings.
### Tweaking Google Mock ###
Most of Google Test'
s
control
macros
apply
to
Google
Mock
as
well
.
Please
see
file
${
GTEST_DIR
}/
README
for
how
to
tweak
them
.
...
...
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