[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.

Campbell Barton ideasman42 at gmail.com
Thu Oct 31 15:14:44 CET 2013


Some IDE's wont see the file unless its listed,

It is a bit of an odd place, I didnt think it worth adding a
CMakeLists.txt just for this though.

On Fri, Nov 1, 2013 at 1:12 AM, Sergey Sharybin <sergey.vfx at gmail.com> wrote:
> 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
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers



-- 
- Campbell


More information about the Bf-committers mailing list