26 lines
3.0 KiB
CMake
26 lines
3.0 KiB
CMake
|
|
set(PYTHON python)
|
|
set(__BUILD_PROPERTIES PYTHON;__BUILD_PROPERTIES;IDF_PATH;__PREFIX;__CHECK_PYTHON;COMPILE_DEFINITIONS;COMPILE_OPTIONS;C_COMPILE_OPTIONS;CXX_COMPILE_OPTIONS;__COMPONENT_TARGETS;__COMPONENT_REQUIRES_COMMON;IDF_VER;__ROOT_KCONFIG;__ROOT_SDKCONFIG_RENAME;__OUTPUT_SDKCONFIG;EXTRA_CMAKE_ARGS;IDF_COMPONENT_MANAGER;BOOTLOADER_BUILD;IDF_TARGET;PROJECT_DIR;PROJECT_NAME;PROJECT_VER;BUILD_DIR;SDKCONFIG;SDKCONFIG_DEFAULTS)
|
|
set(IDF_PATH /home/mithras/esp/esp-idf)
|
|
set(__PREFIX idf)
|
|
set(__CHECK_PYTHON 1)
|
|
set(COMPILE_DEFINITIONS -D_GNU_SOURCE;-DIDF_VER="v4.2-dev-414-g132cc67c0-dirty")
|
|
set(COMPILE_OPTIONS -ffunction-sections;-fdata-sections;-fstrict-volatile-bitfields;-Wall;-Werror=all;-Wno-error=unused-function;-Wno-error=unused-but-set-variable;-Wno-error=unused-variable;-Wno-error=deprecated-declarations;-Wextra;-Wno-unused-parameter;-Wno-sign-compare;-ggdb)
|
|
set(C_COMPILE_OPTIONS -std=gnu99;-Wno-old-style-declaration)
|
|
set(CXX_COMPILE_OPTIONS -std=gnu++11)
|
|
set(__COMPONENT_TARGETS ___idf_app_trace;___idf_app_update;___idf_asio;___idf_bootloader;___idf_bootloader_support;___idf_bt;___idf_cbor;___idf_coap;___idf_console;___idf_cxx;___idf_driver;___idf_efuse;___idf_esp-tls;___idf_esp32;___idf_esp32s2;___idf_esp_adc_cal;___idf_esp_common;___idf_esp_eth;___idf_esp_event;___idf_esp_gdbstub;___idf_esp_http_client;___idf_esp_http_server;___idf_esp_https_ota;___idf_esp_https_server;___idf_esp_local_ctrl;___idf_esp_netif;___idf_esp_ringbuf;___idf_esp_rom;___idf_esp_serial_slave_link;___idf_esp_timer;___idf_esp_websocket_client;___idf_esp_wifi;___idf_espcoredump;___idf_esptool_py;___idf_expat;___idf_fatfs;___idf_freemodbus;___idf_freertos;___idf_heap;___idf_idf_test;___idf_jsmn;___idf_json;___idf_libsodium;___idf_log;___idf_lwip;___idf_mbedtls;___idf_mdns;___idf_mqtt;___idf_newlib;___idf_nghttp;___idf_nvs_flash;___idf_openssl;___idf_partition_table;___idf_perfmon;___idf_protobuf-c;___idf_protocomm;___idf_pthread;___idf_sdmmc;___idf_soc;___idf_spi_flash;___idf_spiffs;___idf_tcp_transport;___idf_tcpip_adapter;___idf_ulp;___idf_unity;___idf_vfs;___idf_wear_levelling;___idf_wifi_provisioning;___idf_wpa_supplicant;___idf_xtensa;___idf_main;___idf_ca;___idf_cmd_nvs;___idf_cmd_system;___idf_files;___idf_https_server;___idf_lv_port_esp32;___idf_wifi;___idf_lv_examples;___idf_lvgl;___idf_lvgl_tft;___idf_lvgl_touch;___idf_lvgl_esp32_drivers)
|
|
set(__COMPONENT_REQUIRES_COMMON cxx;newlib;freertos;heap;log;lwip;soc;esp_rom;esp_common;xtensa;esp32)
|
|
set(IDF_VER v4.2-dev-414-g132cc67c0-dirty)
|
|
set(__ROOT_KCONFIG /home/mithras/esp/esp-idf/Kconfig)
|
|
set(__ROOT_SDKCONFIG_RENAME /home/mithras/esp/esp-idf/sdkconfig.rename)
|
|
set(__OUTPUT_SDKCONFIG 1)
|
|
set(EXTRA_CMAKE_ARGS )
|
|
set(IDF_COMPONENT_MANAGER )
|
|
set(BOOTLOADER_BUILD )
|
|
set(IDF_TARGET esp32)
|
|
set(PROJECT_DIR /home/mithras/Documents/console)
|
|
set(PROJECT_NAME console)
|
|
set(PROJECT_VER 0.1.0.1)
|
|
set(BUILD_DIR /home/mithras/Documents/console)
|
|
set(SDKCONFIG /home/mithras/Documents/console/sdkconfig)
|
|
set(SDKCONFIG_DEFAULTS /home/mithras/Documents/console/sdkconfig.defaults) |