~siretart/ubuntu/utopic/blender/libav10

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Kevin Roy
  • Date: 2011-06-24 11:13:28 UTC
  • mto: (14.1.6 experimental) (1.5.1)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: james.westby@ubuntu.com-20110624111328-27ribg6l36edf2ay
Tags: upstream-2.58-svn37702
ImportĀ upstreamĀ versionĀ 2.58-svn37702

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
        ../../../../intern/guardedalloc
31
31
)
32
32
 
 
33
set(INC_SYS
 
34
 
 
35
)
 
36
 
33
37
set(SRC
34
38
        curve_ops.c
35
39
        editcurve.c
39
43
        curve_intern.h
40
44
)
41
45
 
42
 
blender_add_lib(bf_editor_curve "${SRC}" "${INC}")
 
46
blender_add_lib(bf_editor_curve "${SRC}" "${INC}" "${INC_SYS}")