components/esp32-rotary-encoder/CMakeLists.txt

Tue, 26 Sep 2023 14:59:06 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 26 Sep 2023 14:59:06 +0200
changeset 73
c18d2951e8d7
parent 0
88d965579617
permissions
-rw-r--r--

Migrated to isp-idf v5.1

0
88d965579617 Initial import of the CO2 meter application.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1
88d965579617 Initial import of the CO2 meter application.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2 set(COMPONENT_ADD_INCLUDEDIRS include)
88d965579617 Initial import of the CO2 meter application.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
3 set(COMPONENT_SRCS "rotary_encoder.c")
73
c18d2951e8d7 Migrated to isp-idf v5.1
Michiel Broek <mbroek@mbse.eu>
parents: 0
diff changeset
4 set(COMPONENT_REQUIRES "driver")
0
88d965579617 Initial import of the CO2 meter application.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
5 register_component()

mercurial