AcademySoftwareFoundation / xstudio

xSTUDIO is a modern, high performance and feature rich playback and review application designed for organisations and individuals in the post production, VFX and Animation industries.
Apache License 2.0
643 stars 84 forks source link

Plugin build targets do not depend on GLEW include dirs when required #61

Open nrusch opened 1 year ago

nrusch commented 1 year ago

The OCIO color pipeline plugin and the media reader plugins all indirectly depend on the GLEW include directories (via include/xstudio/ui/opengl/shader_program_base.hpp). However, none of the plugin targets account for this, so they all fail to build if GLEW is not installed in the standard system locations.