CMakeLists.txt

changeset 0
913eb9ca40b1
equal deleted inserted replaced
-1:000000000000 0:913eb9ca40b1
1 # The following lines of boilerplate have to be in your project's CMakeLists
2 # in this exact order for cmake to work correctly
3 cmake_minimum_required(VERSION 3.5)
4
5 set(PROJECT_VER "0.0.1")
6 set(PROJECT_NAME "dcf77tx")
7
8 include($ENV{IDF_PATH}/tools/cmake/project.cmake)
9 project(dcf77tx)

mercurial