# Regression test for fn_add_shedskin_product.cmake dropping product-specific
# INCLUDE_DIRS/LINK_DIRS/LINK_LIBS under ENABLE_LOCAL_DEPS / ENABLE_SPM /
# ENABLE_FETCH_CONTENT (the default 'shedskin build' path). See the rsync
# example, which failed with "hashlib.hpp: No such file or directory".

add_shedskin_product(
    EXTRA_LIB_DIR
        wrapper

    APP_MODULES
        wrapper/doubler

    INCLUDE_DIRS
        wrapper
        shared

    CMDLINE_OPTIONS
        "-Xwrapper"

    BUILD_TEST
)
