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
e09d2b6a
Commit
e09d2b6a
authored
Feb 11, 2021
by
Andy Soffer
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3216 from corentinmusard:master
PiperOrigin-RevId: 356610323
parents
d4144d4e
e6e2f3f4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
README.md
googletest/README.md
+0
-7
No files found.
googletest/README.md
View file @
e09d2b6a
...
@@ -138,13 +138,6 @@ add_subdirectory(${CMAKE_CURRENT_BINARY_DIR}/googletest-src
...
@@ -138,13 +138,6 @@ add_subdirectory(${CMAKE_CURRENT_BINARY_DIR}/googletest-src
${
CMAKE_CURRENT_BINARY_DIR
}
/googletest-build
${
CMAKE_CURRENT_BINARY_DIR
}
/googletest-build
EXCLUDE_FROM_ALL
)
EXCLUDE_FROM_ALL
)
# The gtest/gtest_main targets carry header search path
# dependencies automatically when using CMake 2.8.11 or
# later. Otherwise we have to add them here ourselves.
if
(
CMAKE_VERSION VERSION_LESS 2.8.11
)
include_directories
(
"
${
gtest_SOURCE_DIR
}
/include"
)
endif
()
# Now simply link against gtest or gtest_main as needed. Eg
# Now simply link against gtest or gtest_main as needed. Eg
add_executable
(
example example.cpp
)
add_executable
(
example example.cpp
)
target_link_libraries
(
example gtest_main
)
target_link_libraries
(
example 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