mirror of
https://github.com/luc-github/ESP3D.git
synced 2025-10-31 11:56:48 -07:00
5 lines
126 B
CMake
5 lines
126 B
CMake
set(COMPONENT_ADD_INCLUDEDIRS src)
|
|
set(COMPONENT_PRIV_REQUIRES arduino-esp32)
|
|
set(COMPONENT_SRCDIRS src)
|
|
register_component()
|