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:
Diffstat (limited to 'intern/dualcon/CMakeLists.txt')
-rw-r--r--intern/dualcon/CMakeLists.txt36
1 files changed, 18 insertions, 18 deletions
diff --git a/intern/dualcon/CMakeLists.txt b/intern/dualcon/CMakeLists.txt
index a5c1137bc65..9a0be94fc75 100644
--- a/intern/dualcon/CMakeLists.txt
+++ b/intern/dualcon/CMakeLists.txt
@@ -17,32 +17,32 @@
# ***** END GPL LICENSE BLOCK *****
set(INC
- .
- intern
+ .
+ intern
)
set(INC_SYS
- ${EIGEN3_INCLUDE_DIRS}
+ ${EIGEN3_INCLUDE_DIRS}
)
set(SRC
- intern/manifold_table.cpp
- intern/marching_cubes_table.cpp
- intern/octree.cpp
- intern/Projections.cpp
+ intern/manifold_table.cpp
+ intern/marching_cubes_table.cpp
+ intern/octree.cpp
+ intern/Projections.cpp
- intern/cubes.h
- intern/GeoCommon.h
- intern/manifold_table.h
- intern/marching_cubes_table.h
- intern/MemoryAllocator.h
- intern/ModelReader.h
- intern/octree.h
- intern/Projections.h
- intern/Queue.h
+ intern/cubes.h
+ intern/GeoCommon.h
+ intern/manifold_table.h
+ intern/marching_cubes_table.h
+ intern/MemoryAllocator.h
+ intern/ModelReader.h
+ intern/octree.h
+ intern/Projections.h
+ intern/Queue.h
- intern/dualcon_c_api.cpp
- dualcon.h
+ intern/dualcon_c_api.cpp
+ dualcon.h
)
set(LIB