summaryrefslogtreecommitdiffstats
path: root/cmake/ModuleDescription.json.in
blob: 93f9a5ed2579df443b0baa1441267137e6b8b77e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "name": "${target}",
    "repository": "${lower_case_project_name}",
    "version": "${PROJECT_VERSION}",${extra_module_information}
    "built_with": {${extra_build_information}
        "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}",
        "architecture": "${TEST_architecture_arch}"
    }
}