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/libopenjpeg/CMakeLists.txt')
-rw-r--r--extern/libopenjpeg/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/extern/libopenjpeg/CMakeLists.txt b/extern/libopenjpeg/CMakeLists.txt
index d6e98e9a390..f52c48264b6 100644
--- a/extern/libopenjpeg/CMakeLists.txt
+++ b/extern/libopenjpeg/CMakeLists.txt
@@ -24,11 +24,11 @@
#
# ***** END GPL LICENSE BLOCK *****
-SET(INC
+set(INC
.
)
-SET(SRC
+set(SRC
bio.c
cio.c
dwt.c
@@ -73,4 +73,4 @@ SET(SRC
tgt.h
)
-BLENDERLIB(extern_openjpeg "${SRC}" "${INC}")
+blenderlib(extern_openjpeg "${SRC}" "${INC}")