[Bf-committers] CMakeLists.txt

Lukas Stockner lukas.stockner at freenet.de
Sat Sep 23 18:00:13 CEST 2017


The main CMakeLists.txt is the one in the root folder (the one that also has intern/, extern/, source/ etc.).

Since Blender is rather complex and subdivided into modules, that CMakeLists.txt includes others in subfolders, those again include others etc. Basically, the folders that hold the individual modules have CMakeLists that actually define a target (like source/blender/blenlib/CMakeLists.txt), the upper folders contain CMakeLists that include the lower ones (like intern/cycles/CMakeLists.txt), and build_files/cmake/holds the configuration scripts that are shared between the modules.

But, if you just want to build Blender, the root folder CMakeLists.txt is the one you want.

Am 23.09.2017 um 17:45 schrieb Ivam Pretti:
> I am new at building blender, but I was wondering why and wich one
> CMakeLists.txt I choose? There are inumerous files with this name, and all
> tutorials I look at it is just one file to configure cmake. Can some one
> help me?
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at blender.org
> https://lists.blender.org/mailman/listinfo/bf-committers
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
URL: <http://lists.blender.org/pipermail/bf-committers/attachments/20170923/01ac7c1a/attachment.sig>


More information about the Bf-committers mailing list