2019-09-24 09:42:15 +00:00
|
|
|
{
|
|
|
|
"module_name": "${target}",
|
2021-04-15 10:58:51 +00:00
|
|
|
"version": "${PROJECT_VERSION}",
|
2019-09-24 09:42:15 +00:00
|
|
|
"built_with": {
|
|
|
|
"compiler_id": "${CMAKE_CXX_COMPILER_ID}",
|
|
|
|
"compiler_target": "${CMAKE_CXX_COMPILER_TARGET}",
|
|
|
|
"compiler_version": "${CMAKE_CXX_COMPILER_VERSION}",
|
|
|
|
"cross_compiled": ${cross_compilation},
|
|
|
|
"target_system": "${CMAKE_SYSTEM_NAME}"
|
|
|
|
}
|
|
|
|
}
|