Logo
Explore Help
Sign In
espressif/esp-protocols
1
0
Fork 1
You've already forked esp-protocols
mirror of https://github.com/espressif/esp-protocols.git synced 2025-07-23 07:17:29 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
fed787f54f2a2ae1905d9371a6744a86cb56d54b
esp-protocols/components/mdns/CMakeLists.txt

8 lines
200 B
CMake
Raw Normal View History

cmake: Remove defaults for COMPONENT_SRCDIRS, COMPONENT_SRCS, COMPONENT_ADD_INCLUDEDIRS * Philosophical: "explicit is better than implicit". * Practical: Allows useful errors if invalid directories given in components as the defaults aren't always used. Also trims the -I path from a number of components that have no actual include directory. * Simplifies knowing which components will be header-only and which won't * Original commit: espressif/esp-idf@4f1a856dbfd752336cd71730105e02ad8c045541
2018-01-19 16:22:08 +11:00
set(COMPONENT_SRCDIRS ".")
set(COMPONENT_ADD_INCLUDEDIRS "include")
set(COMPONENT_PRIV_INCLUDEDIRS "private_include")
cmake: Add component dependency support Components should set the COMPONENT_REQUIRES & COMPONENT_PRIVATE_REQUIRES variables to define their requirements. * Original commit: espressif/esp-idf@1cb5712463a8963cd3e8331da90fb5e03f13575f
2018-03-22 17:27:10 +11:00
set(COMPONENT_REQUIRES lwip mbedtls console tcpip_adapter)
build system: Initial cmake support, work in progress * Original commit: espressif/esp-idf@c671a0c3ebf90f18576d6db55b51b62730c58301
2018-01-12 13:49:13 +11:00
register_component()
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 22ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API