-
Notifications
You must be signed in to change notification settings - Fork 213
Expand file tree
/
Copy pathCMakeLists.txt
More file actions
20 lines (16 loc) · 1 KB
/
Copy pathCMakeLists.txt
File metadata and controls
20 lines (16 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#=============================================================================#
# Author: QueezyTheGreat #
# Date: 26.04.2011 #
# #
# Description: Arduino CMake example #
# #
#=============================================================================#
set(CMAKE_TOOLCHAIN_FILE cmake/ArduinoToolchain.cmake) # Arduino Toolchain
cmake_minimum_required(VERSION 2.8)
#====================================================================#
# Setup Project #
#====================================================================#
project(ArduinoExample C CXX)
print_board_list()
print_programmer_list()
add_subdirectory(example) #add the example directory into build