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

« back to all changes in this revision

Viewing changes to source/blender/editors/space_buttons/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
        ../../blenfont
24
24
        ../../blenkernel
25
25
        ../../blenlib
26
 
        ../../blenloader
27
26
        ../../makesdna
28
27
        ../../makesrna
29
28
        ../../windowmanager
36
35
 
37
36
set(SRC
38
37
        buttons_context.c
39
 
        buttons_header.c
40
38
        buttons_ops.c
41
39
        buttons_texture.c
42
40
        space_buttons.c
48
46
        add_definitions(-DWITH_INTERNATIONAL)
49
47
endif()
50
48
 
 
49
if(WITH_FREESTYLE)
 
50
        add_definitions(-DWITH_FREESTYLE)
 
51
endif()
 
52
 
51
53
blender_add_lib(bf_editor_space_buttons "${SRC}" "${INC}" "${INC_SYS}")