NerfUS

Dependencies:   mbed mbed-rtos HardwareInterface EthernetInterface WebSocketClient

Files at this revision

API Documentation at this revision

Comitter:
Maxime Dupuis
Date:
Thu Feb 09 16:35:19 2017 -0500
Parent:
8:0498fa4f5c1f
Child:
10:7de5c4d06306
Child:
11:6ce1d834ecb7
Commit message:
Fix build process for Windows

Changed in this revision

CMakeLists.txt.in Show annotated file Show diff for this revision Revisions of this file
--- a/CMakeLists.txt.in	Thu Feb 09 14:24:39 2017 -0500
+++ b/CMakeLists.txt.in	Thu Feb 09 16:35:19 2017 -0500
@@ -7,4 +7,8 @@
   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      ""
 )