Fpp to json
Note: auto-generated from comments in: ./target/sub-build/fpp_to_json.cmake
fpp_to_json.cmake:
fpp_to_json is a special target used to generate the JSON representation of the FPP model. This allows tools built on the JSON model representation to integrate with the build system.
Function fpp_to_json_add_global_target:
Sets up the fpp_to_json target used to generate depend output across the whole build.
- TARGET: name of the target to setup (fpp_to_json)
Function fpp_to_json_add_deployment_target:
Pass-through to fpp_to_json_add_module_target. FULL_DEPENDENCIES is unused.
Function fpp_to_json_add_module_target:
Generates the cached fpp-to-json output fore each module and registers the target to the global fpp_to_json target. - MODULE: module name, unused - TARGET: name of the target to setup (fpp_depend) - SOURCES: list of sources filtered to .fpp - DEPENDENCIES: module dependencies, unused.