~ubuntu-branches/ubuntu/trusty/blender/trusty

« back to all changes in this revision

Viewing changes to intern/smoke/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-03-06 12:08:47 UTC
  • mfrom: (1.5.1) (14.1.8 experimental)
  • Revision ID: package-import@ubuntu.com-20130306120847-frjfaryb2zrotwcg
Tags: 2.66a-1ubuntu1
* Resynchronize with Debian (LP: #1076930, #1089256, #1052743, #999024,
  #1122888, #1147084)
* debian/control:
  - Lower build-depends on libavcodec-dev since we're not
    doing the libav9 transition in Ubuntu yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
set(INC
27
27
        intern
28
28
        ../memutil
29
 
        ../../extern/bullet2/src
30
29
)
31
30
 
32
31
set(INC_SYS
 
32
        ${BULLET_INCLUDE_DIRS}
33
33
        ${PNG_INCLUDE_DIR}
34
34
        ${ZLIB_INCLUDE_DIRS}
35
35
)
40
40
        intern/FLUID_3D_SOLVERS.cpp
41
41
        intern/FLUID_3D_STATIC.cpp
42
42
        intern/LU_HELPER.cpp
 
43
        intern/spectrum.cpp
43
44
        intern/SPHERE.cpp
44
45
        intern/WTURBULENCE.cpp
45
46
        intern/smoke_API.cpp
53
54
        intern/LU_HELPER.h
54
55
        intern/MERSENNETWISTER.h
55
56
        intern/OBSTACLE.h
 
57
        intern/spectrum.h
56
58
        intern/SPHERE.h
57
59
        intern/VEC3.h
58
60
        intern/WAVELET_NOISE.h