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:
authorAurel Gruber <aurel.gruber@infix.ch>2016-11-15 15:25:10 +0300
committerAurel Gruber <aurel.gruber@infix.ch>2017-02-27 13:24:36 +0300
commit23fa36889820965033d90e4ecb5855776fc41d65 (patch)
treec457803169d47a797793838aca29c77650e06f9f
parentbf279c8d1e8192cfe7a89fa456f0cd0f22cfb3cf (diff)
Category: UV Unwrapping SLIM Algorithm Integration
added subfolder SLIM to CMakeFile of /intern
-rw-r--r--intern/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/CMakeLists.txt b/intern/CMakeLists.txt
index dd9889c81ba..090966f3b37 100644
--- a/intern/CMakeLists.txt
+++ b/intern/CMakeLists.txt
@@ -92,3 +92,5 @@ endif()
if(WITH_OPENVDB)
add_subdirectory(openvdb)
endif()
+
+add_subdirectory(SLIM)