2019-09-24 09:42:15 +00:00
|
|
|
{
|
2022-12-07 09:10:29 +00:00
|
|
|
"name": "${target}",
|
2022-12-08 14:47:27 +00:00
|
|
|
"repository": "${lower_case_project_name}",
|
|
|
|
"version": "${PROJECT_VERSION}",${extra_module_information}
|
2022-12-06 15:12:12 +00:00
|
|
|
"built_with": {${extra_build_information}
|
2019-09-24 09:42:15 +00:00
|
|
|
"compiler_id": "${CMAKE_CXX_COMPILER_ID}",
|
|
|
|
"compiler_target": "${CMAKE_CXX_COMPILER_TARGET}",
|
|
|
|
"compiler_version": "${CMAKE_CXX_COMPILER_VERSION}",
|
|
|
|
"cross_compiled": ${cross_compilation},
|
2023-03-17 16:08:53 +00:00
|
|
|
"target_system": "${CMAKE_SYSTEM_NAME}",
|
|
|
|
"architecture": "${TEST_architecture_arch}"
|
2019-09-24 09:42:15 +00:00
|
|
|
}
|
|
|
|
}
|