CMakeLists.txt

Sat, 21 Oct 2023 17:22:37 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 21 Oct 2023 17:22:37 +0200
changeset 5
676c38f52d08
parent 0
913eb9ca40b1
permissions
-rw-r--r--

Use on-board color LED

# The following lines of boilerplate have to be in your project's CMakeLists
# in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.5)

set(PROJECT_VER "0.0.1")
set(PROJECT_NAME "dcf77tx")

include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(dcf77tx)

mercurial