[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:09:01 CET 2013


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)




More information about the Bf-blender-cvs mailing list