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-rtos mbed HardwareInterface
Fork of NerfUS_cmake_cleanup by
Revision 11:55930acb6c96, committed 2017-02-16
- Comitter:
- Maxime Dupuis
- Date:
- Thu Feb 16 11:24:08 2017 -0500
- Parent:
- 10:6ce1d834ecb7
- Child:
- 12:850be84c78dd
- Commit message:
- Import library from mbed.org
- Prove that you can import a library from mbed
- Mock one of its abstract interface
Changed in this revision
| CMakeLists.txt | Show annotated file Show diff for this revision Revisions of this file |
| GoogleTest.cmake | Show annotated file Show diff for this revision Revisions of this file |
--- a/CMakeLists.txt Wed Feb 15 22:26:39 2017 +0000
+++ b/CMakeLists.txt Thu Feb 16 11:24:08 2017 -0500
@@ -1,6 +1,7 @@
cmake_minimum_required(VERSION 3.5)
include("GoogleTest.cmake")
+include("BlinkLib.cmake")
include_directories(include)
--- a/GoogleTest.cmake Wed Feb 15 22:26:39 2017 +0000
+++ b/GoogleTest.cmake Thu Feb 16 11:24:08 2017 -0500
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.5)
# Download and unpack googletest at configure time
-configure_file(CMakeLists.txt.in
+configure_file(GoogleTest.txt.in
googletest-download/CMakeLists.txt)
execute_process(COMMAND ${CMAKE_COMMAND} -G "${CMAKE_GENERATOR}" .
