Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed mbed-rtos HardwareInterface EthernetInterface WebSocketClient
Diff: GoogleTest.txt.in
- Revision:
- 13:850be84c78dd
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GoogleTest.txt.in Thu Feb 16 12:34:00 2017 -0500 @@ -0,0 +1,15 @@ +cmake_minimum_required(VERSION 3.5) + +project(googletest-download NONE) + +include(ExternalProject) +ExternalProject_Add(googletest + GIT_REPOSITORY https://github.com/google/googletest.git + SOURCE_DIR "${CMAKE_BINARY_DIR}/googletest-src" + BINARY_DIR "${CMAKE_BINARY_DIR}/googletest-build" + CONFIGURE_COMMAND "" + BUILD_COMMAND "" + INSTALL_COMMAND "" + TEST_COMMAND "" +) +