| set (autostart ${PLUGIN_COBALT_AUTOSTART}) |
| set (preconditions Platform Graphics) |
| |
| map() |
| kv(outofprocess ${PLUGIN_COBALT_OUTOFPROCESS}) |
| end() |
| ans(rootobject) |
| |
| map() |
| kv(url "https://www.youtube.com/tv") |
| if(PLUGIN_COBALT_CLIENTIDENTIFIER) |
| kv(clientidentifier ${PLUGIN_COBALT_CLIENTIDENTIFIER}) |
| endif() |
| if(PLUGIN_COBALT_LANGUAGE) |
| kv(language ${PLUGIN_COBALT_LANGUAGE}) |
| endif() |
| if(PLUGIN_COBALT_CONTENT_DIR) |
| kv(contentdir ${PLUGIN_COBALT_CONTENT_DIR}) |
| endif() |
| end() |
| ans(configuration) |
| |
| map_append(${configuration} root ${rootobject}) |