Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
af4c2cb0
"googlemock/docs/FrequentlyAskedQuestions.md" did not exist on "3b6c87d41309acb92a4daabc279e0ba00222b7b2"
Commit
af4c2cb0
authored
Jun 12, 2019
by
Gennadiy Civil
Browse files
Formatting Changes
parent
fa9a4768
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
googletest/README.md
googletest/README.md
+2
-2
No files found.
googletest/README.md
View file @
af4c2cb0
...
...
@@ -115,7 +115,7 @@ pulled into the main build with `add_subdirectory()`. For example:
New file
`CMakeLists.txt.in`
:
```
cmake
```
cmake
cmake_minimum_required
(
VERSION 2.8.2
)
project
(
googletest-download NONE
)
...
...
@@ -135,7 +135,7 @@ ExternalProject_Add(googletest
Existing build's
`CMakeLists.txt`
:
```
cmake
```
cmake
# Download and unpack googletest at configure time
configure_file
(
CMakeLists.txt.in googletest-download/CMakeLists.txt
)
execute_process
(
COMMAND
${
CMAKE_COMMAND
}
-G
"
${
CMAKE_GENERATOR
}
"
.
...
...
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