blender/intern/smoke
Campbell Barton c6976e7351 use explicit file paths for CMake rather then globing, This is recommended by cmake devs.
globbing vs explicit is discussed here.
http://www.cmake.org/pipermail/cmake/2008-December/025694.html

Practical implications are:
- developers need to keep CMakeLists.txt files up to date.
- Users wont get strange linking errors if they build after a file is added, since CMake detects CMakeLists.txt is modified and automatically reconfigure.
2010-10-23 04:05:55 +00:00
..
extern Smoke: 2010-07-27 15:33:21 +00:00
intern Fix #23198: openmp building for OS X ppc gave errors about non-relocatable 2010-08-20 11:31:55 +00:00
make/msvc_9_0 Update MSVC project files 2010-01-26 16:31:00 +00:00
CMakeLists.txt use explicit file paths for CMake rather then globing, This is recommended by cmake devs. 2010-10-23 04:05:55 +00:00
Makefile SVN maintenance. 2009-07-30 18:39:22 +00:00
SConscript rename most scons build targets to match cmake 2010-08-25 04:30:47 +00:00