~siretart/ubuntu/utopic/blender/libav10

« back to all changes in this revision

Viewing changes to source/gameengine/Expressions/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
26
26
 
27
27
set(INC
28
28
        .
29
 
        ../../../source/kernel/gen_system
30
29
        ../../../intern/string
31
30
        ../../../intern/guardedalloc
32
31
        ../../../intern/moto/include
34
33
        ../../../source/blender/blenloader
35
34
)
36
35
 
 
36
set(INC_SYS
 
37
 
 
38
)
 
39
 
37
40
set(SRC
38
41
        BoolValue.cpp
39
42
        ConstExpr.cpp
78
81
        VoidValue.h
79
82
)
80
83
 
81
 
blender_add_lib(ge_logic_expressions "${SRC}" "${INC}")
 
84
blender_add_lib(ge_logic_expressions "${SRC}" "${INC}" "${INC_SYS}")