Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Tönne <lukas.toenne@gmail.com>2014-11-06 17:05:42 +0300
committerLukas Tönne <lukas.toenne@gmail.com>2015-01-20 11:30:06 +0300
commit9cd8e9f146b373e17d36d9ba8b82d2f7f6ec919c (patch)
treee33bc78c36361b82b6e4aabc4844fe2c354c12e1 /source/blender/physics/CMakeLists.txt
parent46db2888327a212ef6b3bbb4d16360f7b9e563c7 (diff)
Compile hair volumetrics code as C++, so we can use Eigen easier.
Diffstat (limited to 'source/blender/physics/CMakeLists.txt')
-rw-r--r--source/blender/physics/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/physics/CMakeLists.txt b/source/blender/physics/CMakeLists.txt
index 5df32c2ea32..018535cc2ab 100644
--- a/source/blender/physics/CMakeLists.txt
+++ b/source/blender/physics/CMakeLists.txt
@@ -41,7 +41,7 @@ set(INC_SYS
set(SRC
intern/BPH_mass_spring.cpp
intern/ConstrainedConjugateGradient.h
- intern/hair_volume.c
+ intern/hair_volume.cpp
intern/implicit.h
intern/implicit_blender.c
intern/implicit_eigen.cpp