ENH: add Java j2kviewer but do not compile it using cmake since cmake has too poor support for Java. Should create a custom command running ant instead.

This commit is contained in:
Mathieu Malaterre 2007-09-06 14:56:00 +00:00
parent 375754f1e6
commit f3456a27e7
2 changed files with 10 additions and 0 deletions

View File

@ -63,6 +63,8 @@ SUBDIRS(
jpwl
jp3d
indexer_JPIP
# cmake 2.4.5 has poor java support
#j2kviewer/src
)
#-----------------------------------------------------------------------------
# Build example only if requested

View File

@ -0,0 +1,8 @@
PROJECT(j2kviewer Java)
ADD_LIBRARY(j2kviewer
Exec.java
ImageViewer.java
MML.java
PgmImage.java
)