NerfUS

Dependencies:   mbed mbed-rtos HardwareInterface EthernetInterface WebSocketClient

CMakeLists.txt.in

Committer:
Maxime Dupuis
Date:
2017-02-09
Revision:
8:0498fa4f5c1f
Parent:
3:aaf84424abb1
Child:
9:4731e16b1359

File content as of revision 8:0498fa4f5c1f:

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"
)