From 23fa36889820965033d90e4ecb5855776fc41d65 Mon Sep 17 00:00:00 2001 From: Aurel Gruber Date: Tue, 15 Nov 2016 13:25:10 +0100 Subject: Category: UV Unwrapping SLIM Algorithm Integration added subfolder SLIM to CMakeFile of /intern --- intern/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v1.2.3