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 <[email protected]> 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 <[email protected]>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 >> [email protected] >> http://lists.blender.org/mailman/listinfo/bf-blender-cvs >> > > > > -- > With best regards, Sergey Sharybin > _______________________________________________ > Bf-committers mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-committers -- - Campbell _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
