-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathCMakeLists.txt
More file actions
14 lines (12 loc) · 784 Bytes
/
CMakeLists.txt
File metadata and controls
14 lines (12 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#=============================================================================#
# Author: Thomas Jarosch #
# Date: 24.04.2012 #
# #
# Description: Pedelec controller cmake project #
# #
#=============================================================================#
set(CMAKE_TOOLCHAIN_FILE cmake/ArduinoToolchain.cmake) # Arduino Toolchain
cmake_minimum_required(VERSION 2.8)
project(Pedelec_Controller C CXX)
add_subdirectory(Arduino_Pedelec_Controller)
add_subdirectory(Hardware_Test)