Skip to content

Problem with include directory in "light" releases #1367

@YaaZ

Description

@YaaZ

Some includes in GLM start with "glm", like:
#include <glm/ext/scalar_relational.hpp> in glm\gtx\color_space.inl
Or #include <glm/glm.hpp> in glm/glm.cppm

Those includes break when using "light" releases, consider simple project structure:

Project/
  lib/
    glm/
      ext/...
      gtc/...
      gtx/...
      glm.hpp
      glm.cppm
      ...

To make this work, user would have to add the whole "lib" directory as an include root.

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