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

« back to all changes in this revision

Viewing changes to source/blender/editors/render/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:
60
60
        add_definitions(-DWITH_QUICKTIME)
61
61
endif()
62
62
 
63
 
if(WITH_OPENMP)
64
 
        add_definitions(-DPARALLEL=1)
65
 
endif()
66
 
 
67
63
if(WITH_HEADLESS)
68
64
        add_definitions(-DWITH_HEADLESS)
69
65
endif()
70
66
 
 
67
if(WITH_FREESTYLE)
 
68
        list(APPEND INC
 
69
                ../../freestyle
 
70
        )
 
71
        add_definitions(-DWITH_FREESTYLE)
 
72
endif()
 
73
 
 
74
if(WITH_INTERNATIONAL)
 
75
        add_definitions(-DWITH_INTERNATIONAL)
 
76
endif()
 
77
 
71
78
blender_add_lib(bf_editor_render "${SRC}" "${INC}" "${INC_SYS}")