Page MenuHome

CMake: Move main platform checks to separate files
ClosedPublic

Authored by Sergey Sharybin (sergey) on Aug 9 2016, 3:22 PM.

Details

Summary

Basically title says it all.

The goal is to make platform maintenance easier, so you don't have
to constantly scroll back and forth looking for if() branches to
check which exact platform you're currently working on.

Ideally we also would move option defaults to a platform files,
but that i'm not sure how to implement in a nice way yet.

Diff Detail

Repository
rB Blender

Event Timeline

Sergey Sharybin (sergey) retitled this revision from to CMake: Move main platform checks to separate files.
Sergey Sharybin (sergey) updated this object.
Bastien Montagne (mont29) edited edge metadata.

Will make things much cleaner indeed :)

This revision is now accepted and ready to land.Aug 9 2016, 3:25 PM
This revision was automatically updated to reflect the committed changes.