~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to blenderplayer/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2007-05-17 11:47:59 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517114759-yp4ybrnhp2u7pk66
Tags: 2.44-1
* New upstream release.
* Drop debian/patches/01_64bits_stupidity, not needed anymore: as of this
  version blender is 64 bits safe again. Adjust README.Debian accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: CMakeLists.txt,v 1.4 2006/12/07 00:18:57 jbinto Exp $
 
1
# $Id: CMakeLists.txt,v 1.6 2007/04/09 11:30:06 jbinto Exp $
2
2
# ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
3
3
#
4
4
# This program is free software; you can redistribute it and/or
49
49
 
50
50
ADD_DEPENDENCIES(blenderplayer makesdna)
51
51
 
52
 
SETUP_LIBLINKS(blenderplayer)
53
52
FILE(READ ${CMAKE_BINARY_DIR}/cmake_blender_libs.txt BLENDER_LINK_LIBS)
54
53
 
55
54
SET(BLENDER_LINK_LIBS ${BLENDER_LINK_LIBS} gp_common gp_ghost blenkernel_blc)
67
66
    bf_decimation 
68
67
    bf_blenloader 
69
68
    bf_blenpluginapi 
70
 
    bf_imbuf 
71
 
    bf_avi 
72
69
    bf_blroutines 
73
70
    bf_converter 
74
71
    bf_sumo 
86
83
    bf_moto 
87
84
    bf_soundsystem 
88
85
    bf_kernel 
 
86
    bf_nodes
 
87
    bf_imbuf
 
88
    bf_avi 
89
89
    kx_network 
90
90
    bf_ngnetwork 
91
91
    bf_loopbacknetwork 
121
121
  TARGET_LINK_LIBRARIES(blenderplayer ${BLENDER_LINK_LIBS})
122
122
ENDIF(UNIX)
123
123
 
 
124
SETUP_LIBLINKS(blenderplayer)