Home
last modified time | relevance | path

Searched refs:CmakeExtensionHandler (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/meta-qt5/lib/recipetool/
H A Dcreate_qt5.py22 from recipetool.create_buildsys import CmakeExtensionHandler, AutotoolsExtensionHandler
40 class Qt5CmakeHandler(CmakeExtensionHandler):
/OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/
H A Dcreate_buildsys.py280 class CmakeExtensionHandler(object): class