mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
* improvements for cross-platform compiling * moved tactility-core to libs/ * splitup improvements * remove git/gitmodules from freertos * better platformbetter platform checks * added build scripts * delete mbedtls * re-add mbedtls * fixes and improvements * added pc build * simplify build scripts * revert build scrpit * updated builds * fix for pc * fix for pc * fix for build
27 lines
540 B
CMake
27 lines
540 B
CMake
idf_component_register(
|
|
SRC_DIRS "src"
|
|
"src/apps/desktop"
|
|
"src/apps/system/system_info"
|
|
"src/apps/system/wifi_connect"
|
|
"src/apps/system/wifi_manage"
|
|
"src/services/loader"
|
|
"src/services/gui"
|
|
"src/services/gui/widgets"
|
|
"src/services/wifi"
|
|
"src/ui"
|
|
|
|
INCLUDE_DIRS "src"
|
|
|
|
REQUIRES
|
|
esp_lcd
|
|
esp_lcd_touch
|
|
esp_lvgl_port
|
|
esp_wifi
|
|
driver
|
|
fatfs
|
|
nvs_flash
|
|
spiffs
|
|
)
|
|
|
|
target_link_libraries(${COMPONENT_LIB} ${IDF_TARGET_NAME} tactility-core)
|