Skip to content

Add dependence for a cython file  #63

@Freed-Wu

Description

@Freed-Wu

Sometimes we use some tool like autopxd to generate .pxd from .h . How can we add

cython_transpile(<pyx_file>
                 [LANGUAGE C | CXX]
                 [CYTHON_ARGS <args> ...]
                 [OUTPUT <OutputFile>]
                 [OUTPUT_VARIABLE <OutputVariable>]
                 DEPENDS XXX_pxd
                 )
add_custom_target(XXX_pxd)

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