~siretart/ubuntu/utopic/blender/libav10

« back to all changes in this revision

Viewing changes to source/blender/editors/space_info/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
        ../../makesrna
31
31
        ../../windowmanager
32
32
        ../../../../intern/guardedalloc
 
33
)
 
34
 
 
35
set(INC_SYS
33
36
        ${GLEW_INCLUDE_PATH}
34
37
)
35
38
 
45
48
        textview.h
46
49
)
47
50
 
48
 
blender_add_lib(bf_editor_space_info "${SRC}" "${INC}")
 
51
blender_add_lib(bf_editor_space_info "${SRC}" "${INC}" "${INC_SYS}")