add atomic_ops.h to cmake's source code listing.

This commit is contained in:
Campbell Barton
2013-10-31 14:09:01 +00:00
parent bdc3e1e5de
commit 50d1129a57

View File

@@ -39,6 +39,9 @@ set(SRC
MEM_guardedalloc.h MEM_guardedalloc.h
./intern/mallocn_intern.h ./intern/mallocn_intern.h
# only so the header is known by cmake
../atomic/atomic_ops.h
) )
if(WIN32 AND NOT UNIX) if(WIN32 AND NOT UNIX)