Mercurial > code > home > repos > homeauto
annotate service/iot2/esp32_main/CMakeLists.txt @ 1571:fd94061db75c
py3
Ignore-this: fd41253efc73d29e56aa5c3b0f2fb34f
darcs-hash:92db0f73f9b6da1e661fa2daff21d185adf8e782
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Thu, 14 May 2020 22:29:44 -0700 |
parents | 44aae4efedf6 |
children |
rev | line source |
---|---|
1528
44aae4efedf6
an attempt as ESP-IDF build (doesn't work) calling a nim-generated main function (also doesn't work)
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
1 # The following lines of boilerplate have to be in your project's |
44aae4efedf6
an attempt as ESP-IDF build (doesn't work) calling a nim-generated main function (also doesn't work)
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
2 # CMakeLists in this exact order for cmake to work correctly |
44aae4efedf6
an attempt as ESP-IDF build (doesn't work) calling a nim-generated main function (also doesn't work)
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
3 cmake_minimum_required(VERSION 3.5) |
44aae4efedf6
an attempt as ESP-IDF build (doesn't work) calling a nim-generated main function (also doesn't work)
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
4 |
44aae4efedf6
an attempt as ESP-IDF build (doesn't work) calling a nim-generated main function (also doesn't work)
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
5 include($ENV{IDF_PATH}/tools/cmake/project.cmake) |
44aae4efedf6
an attempt as ESP-IDF build (doesn't work) calling a nim-generated main function (also doesn't work)
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
6 project(iot2) |