AcademySoftwareFoundation / OpenColorIO

A color management framework for visual effects and animation.
https://opencolorio.org
BSD 3-Clause "New" or "Revised" License
1.76k stars 434 forks source link

Include headers files in cmake #1887

Closed num3ric closed 10 months ago

num3ric commented 10 months ago

Not having access to header files in the generated solution has been bothering me from the get-go. Though maybe not an issue if you're not working in visual studio like me - any thoughts?

(Also reordered the cpp files.)

num3ric commented 10 months ago

Nevermind, realizing this is still missing the most important public ones in inlude/OpenColorIO. I'll revisit later. Should probably done cleanly with source_group instead.