main/CMakeLists.txt

Mon, 04 Nov 2019 19:35:05 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 04 Nov 2019 19:35:05 +0100
changeset 20
7c1dacafed03
parent 15
83314e7b1b4a
child 21
043ae27633f8
permissions
-rw-r--r--

Attempt to create a rotary editor

15
83314e7b1b4a Changed build system to idf.py
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1 idf_component_register(SRCS config.c task_mqtt.c task_ds18b20.c updates.c task_adc.c xutil.c co2meter.c u8g2_esp32_hal.c task_wifi.c
83314e7b1b4a Changed build system to idf.py
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2 INCLUDE_DIRS ".")
83314e7b1b4a Changed build system to idf.py
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
3

mercurial