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

« back to all changes in this revision

Viewing changes to intern/rigidbody/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:
21
21
#
22
22
# ***** END GPL LICENSE BLOCK *****
23
23
 
24
 
SET(INC
 
24
set(INC
25
25
        .
26
26
        ../../extern/bullet2/src
27
27
)
28
28
 
 
29
set(INC_SYS
 
30
 
 
31
)
 
32
 
29
33
set(SRC
30
34
        rb_bullet_api.cpp
31
35