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 'extern/lzo')
-rw-r--r--extern/lzo/CMakeLists.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/extern/lzo/CMakeLists.txt b/extern/lzo/CMakeLists.txt
index 1563300d509..6cfbd86a2fc 100644
--- a/extern/lzo/CMakeLists.txt
+++ b/extern/lzo/CMakeLists.txt
@@ -24,7 +24,12 @@
#
# ***** END GPL LICENSE BLOCK *****
-SET(INC include)
-SET(SRC minilzo/minilzo.c)
+SET(INC
+ include
+)
+
+SET(SRC
+ minilzo/minilzo.c
+)
BLENDERLIB(extern_minilzo "${SRC}" "${INC}")