Open
Description
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
Labels
No labels