Description
Currently nuttx-stm32f4 port uses only handler module from jerry-ext. (#1816)
tizenrt-artik05x port also want to use only handler.
However, it seems there is no cmake and build.py option.
I have no choice but including all jerry-ext modules, or not.
If so, I want to add build interfaces for both of cmake and build.py for selecting a set of modules from jerry-ext.
For build.py, what about using comma separated string? ( e.g., jerry-ext=arg,handler )
I don't want to introduce another parameter name. We may use same parameter name ( jerry-ext
), and provides arg,handler
as default value in order to respect history and other ports.
For cmake, I'd like to use jerryscript cmakefile convention for selecting a set of values. Could anyone give a suggestion? I can't find example in jerryscript cmakefiles.