diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2006-01-25 18:45:49 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2006-01-25 18:45:49 +0000 |
| commit | 7546f19b51511ceae65e5b81448d89f18aa2dd75 (patch) | |
| tree | 82ab8954f2d1ecfbf23d347b71a495960a34957e | |
| parent | 55fb4d0b67bab2dc4a4901f783c551ca3baafd2b (diff) | |
ENH: Sync with ITK and add ref to doxygen
| -rw-r--r-- | ChangeLog | 1 | ||||
| -rw-r--r-- | DartConfig.cmake | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,7 @@ What's New for OpenJPEG + : added January 25, 2006 +! [Mathieu Malaterre] Sync with ITK repository, also add ref to doxygen ! [Mathieu Malaterre] Add a lot of comments on the CMake build system ! [Mathieu Malaterre] Fix MINGW32 and BORLAND compilation problems. diff --git a/DartConfig.cmake b/DartConfig.cmake index ec6b0f91..20e67339 100644 --- a/DartConfig.cmake +++ b/DartConfig.cmake @@ -18,3 +18,5 @@ SET (PROJECT_URL "http://www.openjpeg.org") SET (CVS_WEB_URL "http://euterpe.tele.ucl.ac.be/cgi-bin/viewcvs.cgi/") SET (CVS_WEB_CVSROOT "OpenJPEG") +SET (USE_DOXYGEN "On") +SET (DOXYGEN_URL "http://www.openjpeg.org/libdoc/index.html") |
