[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [61029] trunk/blender/intern/guardedalloc/ CMakeLists.txt: add atomic_ops.h to cmake's source code listing.

Sergey Sharybin sergey.vfx at gmail.com
Thu Oct 31 15:12:34 CET 2013


Heh, this is pretty much arbitrary to place it here. Soon atomics would be
used by DAG as well. Not fussed but looks funny :)

We can add CMakeLists to atomics i guess? In the future the module might be
extended more, to support CAS and all sorts of things which would require
C-files as well..


On Thu, Oct 31, 2013 at 3:09 PM, Campbell Barton <ideasman42 at gmail.com>wrote:

> Revision: 61029
>
> http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=61029
> Author:   campbellbarton
> Date:     2013-10-31 14:09:01 +0000 (Thu, 31 Oct 2013)
> Log Message:
> -----------
> add atomic_ops.h to cmake's source code listing.
>
> Modified Paths:
> --------------
>     trunk/blender/intern/guardedalloc/CMakeLists.txt
>
> Modified: trunk/blender/intern/guardedalloc/CMakeLists.txt
> ===================================================================
> --- trunk/blender/intern/guardedalloc/CMakeLists.txt    2013-10-31
> 14:07:19 UTC (rev 61028)
> +++ trunk/blender/intern/guardedalloc/CMakeLists.txt    2013-10-31
> 14:09:01 UTC (rev 61029)
> @@ -39,6 +39,9 @@
>
>         MEM_guardedalloc.h
>         ./intern/mallocn_intern.h
> +
> +       # only so the header is known by cmake
> +       ../atomic/atomic_ops.h
>  )
>
>  if(WIN32 AND NOT UNIX)
>
> _______________________________________________
> Bf-blender-cvs mailing list
> Bf-blender-cvs at blender.org
> http://lists.blender.org/mailman/listinfo/bf-blender-cvs
>



-- 
With best regards, Sergey Sharybin


More information about the Bf-committers mailing list