Skip to content

Canonical way to #include pystring.h #49

Description

@dg0yt

Today I stumbled over vcpkg's wiring between pystring and OpenColorIO. I didn't find documentation:
What is the canonical way to include pystring.h?

a) #include <pystring.h>

  • found in OpenColorIO
  • could work with installations in include (global) or in include/pystring (isolated).
  • could easily be covered by a uniform CMake target (pystring::pystring) for installed or sub-project usage.

b) #include <pystring/pystring.h>

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