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/CMakeLists.txt')
-rw-r--r--extern/lzo/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/extern/lzo/CMakeLists.txt b/extern/lzo/CMakeLists.txt
index 6cfbd86a2fc..7724711a3e5 100644
--- a/extern/lzo/CMakeLists.txt
+++ b/extern/lzo/CMakeLists.txt
@@ -30,6 +30,10 @@ SET(INC
SET(SRC
minilzo/minilzo.c
+
+ minilzo/lzoconf.h
+ minilzo/lzodefs.h
+ minilzo/minilzo.h
)
BLENDERLIB(extern_minilzo "${SRC}" "${INC}")