~ubuntu-branches/ubuntu/trusty/blender/trusty

« back to all changes in this revision

Viewing changes to source/blender/python/bmesh/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-03-06 12:08:47 UTC
  • mfrom: (1.5.1) (14.1.8 experimental)
  • Revision ID: package-import@ubuntu.com-20130306120847-frjfaryb2zrotwcg
Tags: 2.66a-1ubuntu1
* Resynchronize with Debian (LP: #1076930, #1089256, #1052743, #999024,
  #1122888, #1147084)
* debian/control:
  - Lower build-depends on libavcodec-dev since we're not
    doing the libav9 transition in Ubuntu yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
set(SRC
35
35
        bmesh_py_api.c
 
36
        bmesh_py_ops.c
 
37
        bmesh_py_ops_call.c
36
38
        bmesh_py_types.c
37
39
        bmesh_py_types_customdata.c
38
40
        bmesh_py_types_meshdata.c
40
42
        bmesh_py_utils.c
41
43
 
42
44
        bmesh_py_api.h
 
45
        bmesh_py_ops.h
 
46
        bmesh_py_ops_call.h
43
47
        bmesh_py_types.h
44
48
        bmesh_py_types_customdata.h
45
49
        bmesh_py_types_meshdata.h