Skip to content

Build options for selecting a set of modules from jerry-ext #1903

Closed
@glistening

Description

@glistening

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions