Adding and removing Parts Of blender on windows With Cmake Gui

Recently i built blender with the “make Lite” command n i wanted to know how i should go about if i wanted to add or remove features

https://youtu.be/5OepyEGs4dc?t=2273
Pablo and Dalai does that in the above video but i couldn’t find a way to do it on windows

hi @RhysRodrigues , for that you can use Cmake.

You can edit CMakeCache.txt located at your build directory
Also: cmake-gui can be the better option if you want user interface (:

For more information, refer: Building Blender/Options - Blender Developer Wiki

1 Like

Yes Thank You ,I figured That out eventually

1 Like