Skip to content

Commit 9f431bd

Browse files
authored
Update README.md
1 parent fc900f2 commit 9f431bd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

source/tests/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ After updating, the following changes needs to be applied manually:
1111

1212
`googletest/googlemock/CMakeLists.txt`
1313

14-
Add `set(BUILD_SHARED_LIBS OFF)` after the call to `option(BUILD_SHARED_LIBS ...)`
15-
Add `set(CMAKE_MACOSX_RPATH OFF)` before the calls to `cxx_library(...)`
16-
Add `set_target_properties(gmock_main PROPERTIES FOLDER "Tests")` after the calls to `cxx_library(...)`
17-
Add `set_target_properties(gmock PROPERTIES FOLDER "Tests")` after the calls to `cxx_library(...)`
14+
* Add `set(BUILD_SHARED_LIBS OFF)` after the call to `option(BUILD_SHARED_LIBS ...)`
15+
* Add `set(CMAKE_MACOSX_RPATH OFF)` before the calls to `cxx_library(...)`
16+
* Add `set_target_properties(gmock_main PROPERTIES FOLDER "Tests")` after the calls to `cxx_library(...)`
17+
* Add `set_target_properties(gmock PROPERTIES FOLDER "Tests")` after the calls to `cxx_library(...)`
1818

1919
`googletest/googletest/CMakeLists.txt`
2020

21-
Add `set(BUILD_SHARED_LIBS OFF)` after the call to `option(BUILD_SHARED_LIBS ...)`
22-
Add `set(CMAKE_MACOSX_RPATH OFF)` before the calls to `cxx_library(...)`
23-
Add `set_target_properties(gtest_main PROPERTIES FOLDER "Tests")` after the calls to `cxx_library(...)`
24-
Add `set_target_properties(gtest PROPERTIES FOLDER "Tests")` after the calls to `cxx_library(...)`
25-
Comment out the calls to `install`
21+
* Add `set(BUILD_SHARED_LIBS OFF)` after the call to `option(BUILD_SHARED_LIBS ...)`
22+
* Add `set(CMAKE_MACOSX_RPATH OFF)` before the calls to `cxx_library(...)`
23+
* Add `set_target_properties(gtest_main PROPERTIES FOLDER "Tests")` after the calls to `cxx_library(...)`
24+
* Add `set_target_properties(gtest PROPERTIES FOLDER "Tests")` after the calls to `cxx_library(...)`
25+
* Comment out the calls to `install`

0 commit comments

Comments
 (0)