mirror of
https://github.com/2martens/uni.git
synced 2026-05-07 11:56:26 +02:00
9 lines
162 B
CMake
9 lines
162 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
|
|
set(CMAKE_TOOLCHAIN_FILE cmake/ArduinoToolchain.cmake)
|
|
|
|
Project(es C CXX)
|
|
|
|
add_subdirectory(blatt1)
|
|
add_subdirectory(blatt2)
|