File avs_commons_config.h
↰ Parent directory (include_public/avsystem/commons)
Definition (include_public/avsystem/commons/avs_commons_config.h)
Detailed Description
avs_commons library configuration.
The preferred way to compile avs_commons is to use CMake, in which case this file will be generated automatically by CMake.
However, to provide compatibility with various build systems used especially by embedded platforms, it is alternatively supported to compile avs_commons by other means, in which case this file will need to be provided manually.
In the repository, this file is provided as avs_commons_config.h.in, intended to be processed by CMake. If editing this file manually, please copy or rename it to avs_commons_config.h and for each of the #cmakedefine directives, please either replace it with regular #define to enable it, or comment it out to disable. You may also need to replace variables wrapped in </c> signs with concrete values. Please refer to the comments above each of the specific definition for details.
None