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

« back to all changes in this revision

Viewing changes to source/blender/editors/sculpt_paint/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2013-08-14 10:43:49 UTC
  • mfrom: (14.2.19 sid)
  • Revision ID: package-import@ubuntu.com-20130814104349-t1d5mtwkphp12dyj
Tags: 2.68a-3
* Upload to unstable
* debian/: python3.3 Depends simplified
  - debian/control: python3.3 Depends dropped
    for blender-data package
  - 0001-blender_thumbnailer.patch refreshed
* debian/control: libavcodec b-dep versioning dropped

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
        ../uvedit
24
24
        ../../blenkernel
25
25
        ../../blenlib
26
 
        ../../blenloader
 
26
        ../../blenfont
27
27
        ../../bmesh
28
28
        ../../gpu
29
29
        ../../imbuf
43
43
        paint_hide.c
44
44
        paint_image.c
45
45
        paint_image_2d.c
 
46
        paint_image_proj.c
46
47
        paint_mask.c
47
48
        paint_ops.c
48
49
        paint_stroke.c
49
50
        paint_undo.c
50
51
        paint_utils.c
51
52
        paint_vertex.c
 
53
        paint_vertex_proj.c
52
54
        sculpt.c
53
55
        sculpt_undo.c
54
56
        sculpt_uv.c
57
59
        sculpt_intern.h
58
60
)
59
61
 
 
62
if(WITH_INTERNATIONAL)
 
63
        add_definitions(-DWITH_INTERNATIONAL)
 
64
endif()
 
65
 
60
66
blender_add_lib(bf_editor_sculpt_paint "${SRC}" "${INC}" "${INC_SYS}")