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:
authorCampbell Barton <ideasman42@gmail.com>2010-11-29 07:35:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-11-29 07:35:56 +0300
commite8397e6193452f6e93a19c5aa31d5effaff54f25 (patch)
treec4adb230624abb1c92b31482605e1927e819e6d2 /extern/libopenjpeg
parent4c82be95fdaa4bef2f186b12ac28f58fa9a40564 (diff)
include headers in cmake source, added a script to check for consistency, reporting missing headers & C files.
this is important so IDE's using CMake integration always get blender headers. - QtCreator & MSVC for eg, probably others too.
Diffstat (limited to 'extern/libopenjpeg')
-rw-r--r--extern/libopenjpeg/CMakeLists.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/extern/libopenjpeg/CMakeLists.txt b/extern/libopenjpeg/CMakeLists.txt
index ff55c598504..d6e98e9a390 100644
--- a/extern/libopenjpeg/CMakeLists.txt
+++ b/extern/libopenjpeg/CMakeLists.txt
@@ -47,6 +47,30 @@ SET(SRC
t2.c
tcd.c
tgt.c
+
+ bio.h
+ cio.h
+ dwt.h
+ event.h
+ fix.h
+ image.h
+ int.h
+ j2k.h
+ j2k_lib.h
+ jp2.h
+ jpt.h
+ mct.h
+ mqc.h
+ openjpeg.h
+ opj_includes.h
+ opj_malloc.h
+ pi.h
+ raw.h
+ t1.h
+ t1_luts.h
+ t2.h
+ tcd.h
+ tgt.h
)
BLENDERLIB(extern_openjpeg "${SRC}" "${INC}")