]> Creatis software - gdcm.git/blob - src/gdcmjasper/src/libjasper/jpc/CMakeLists.txt
ENH: Ok since OJ warnings are not going to be fixed anytime soon remove them
[gdcm.git] / src / gdcmjasper / src / libjasper / jpc / CMakeLists.txt
1 INCLUDE_REGULAR_EXPRESSION("^.*$")
2
3 # all the include are there:
4 #INCLUDE_DIRECTORIES(${JASPER_SOURCE_DIR}/src/libjasper/include)
5
6 SET(libjpc_la_SOURCES
7   #  jpc_bs.h
8   #  jpc_cod.h
9   #  jpc_cs.h
10   #  jpc_dec.h
11   #  jpc_enc.h
12   #  jpc_fix.h
13   #  jpc_flt.h
14   #  jpc_math.h
15   #  jpc_mct.h
16   #  jpc_mqcod.h
17   #  jpc_mqdec.h
18   #  jpc_mqenc.h
19   #  jpc_qmfb.h
20   #  jpc_tagtree.h
21   #  jpc_t1cod.h
22   #  jpc_t1dec.h
23   #  jpc_t1enc.h
24   #  jpc_tsfb.h
25   #  jpc_t2cod.h
26   #  jpc_t2dec.h
27   #  jpc_t2enc.h
28   #  jpc_util.h
29   jpc_bs.c
30   jpc_cs.c
31   jpc_dec.c
32   jpc_enc.c
33   jpc_math.c
34   jpc_mct.c
35   jpc_mqcod.c
36   jpc_mqdec.c
37   jpc_mqenc.c
38   jpc_qmfb.c
39   jpc_tagtree.c
40   jpc_t1cod.c
41   jpc_t1dec.c
42   jpc_t1enc.c
43   jpc_tsfb.c
44   jpc_t2cod.c
45   jpc_t2dec.c
46   jpc_t2enc.c
47   jpc_util.c
48   )
49
50 #ADD_LIBRARY(jpc ${libjpc_la_SOURCES})