~siretart/ubuntu/utopic/blender/libav10

« back to all changes in this revision

Viewing changes to source/gameengine/GamePlayer/ghost/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-02-19 11:24:23 UTC
  • mfrom: (14.2.23 sid)
  • Revision ID: package-import@ubuntu.com-20140219112423-rkmaz2m7ha06d4tk
Tags: 2.69-3ubuntu1
* Merge with Debian; remaining changes:
  - Configure without OpenImageIO on armhf, as it is not available on
    Ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
        ../../../../intern/moto/include
57
57
        ${GLEW_INCLUDE_PATH}
58
58
        ${PYTHON_INCLUDE_DIRS}
 
59
        ${BOOST_INCLUDE_DIR}
59
60
)
60
61
 
61
62
set(SRC
81
82
        add_definitions(-DWITH_INTERNATIONAL)
82
83
endif()
83
84
 
 
85
if(WITH_AUDASPACE)
 
86
        list(APPEND INC
 
87
                ../../../../intern/audaspace/intern
 
88
        )
 
89
        add_definitions(-DWITH_AUDASPACE)
 
90
endif()
 
91
 
84
92
blender_add_lib_nolist(ge_player_ghost "${SRC}" "${INC}" "${INC_SYS}")