~siretart/ubuntu/utopic/blender/libav10

« back to all changes in this revision

Viewing changes to source/gameengine/Physics/Dummy/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:
1
 
# $Id: CMakeLists.txt 33864 2010-12-22 23:09:30Z campbellbarton $
 
1
# $Id: CMakeLists.txt 37030 2011-05-31 01:15:44Z campbellbarton $
2
2
# ***** BEGIN GPL LICENSE BLOCK *****
3
3
#
4
4
# This program is free software; you can redistribute it and/or
29
29
        ../common
30
30
)
31
31
 
 
32
set(INC_SYS
 
33
 
 
34
)
 
35
 
32
36
set(SRC
33
37
        DummyPhysicsEnvironment.cpp
34
38
 
35
39
        DummyPhysicsEnvironment.h
36
40
)
37
41
 
38
 
blender_add_lib(ge_phys_dummy "${SRC}" "${INC}")
 
42
blender_add_lib(ge_phys_dummy "${SRC}" "${INC}" "${INC_SYS}")