main/CMakeLists.txt

Mon, 25 Nov 2019 21:01:46 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 25 Nov 2019 21:01:46 +0100
changeset 74
cba50f7529d0
permissions
-rw-r--r--

Version 0.3.8. Switched build system to idf.py

74
cba50f7529d0 Version 0.3.8. Switched build system to idf.py
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1 idf_component_register(SRCS automation.c brewboard.c buttons.c calibration.c config.c files.c
cba50f7529d0 Version 0.3.8. Switched build system to idf.py
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2 manual.c recipes.c setup.c
cba50f7529d0 Version 0.3.8. Switched build system to idf.py
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
3 task_driver.c task_ds18b20.c task_http.c task_sdcard.c task_sound.c task_tft.c task_wifi.c updates.c
cba50f7529d0 Version 0.3.8. Switched build system to idf.py
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
4 INCLUDE_DIRS ".")
cba50f7529d0 Version 0.3.8. Switched build system to idf.py
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
5

mercurial