Skip to content

Using systemwide duktape. (and other systemwide deps) #870

Open
@shamefulCake1

Description

@shamefulCake1

Dear mrdocs developers,

duktape can be installed systemwide as a shared library, and when it is, bundling an unnecessary copy is superflous.

Please, consider adding support for a systemwide duktape, using, for example

find_package(PkgConfig REQUIRED)
pkg_check_modules(duktape REQUIRED IMPORTED_TARGET duktape)
target_link_libraries(my_executable PRIVATE PkgConfig::duktape)

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