| 1 |
Description: doxygen.cmake would not be installed otherwise
|
| 2 |
Author: Mathieu Malaterre <malat@debian.org>
|
| 3 |
Last-Update: 2011-07-24
|
| 4 |
Forwarded: http://sourceforge.net/mailarchive/message.php?msg_id=28366141
|
| 5 |
|
| 6 |
Index: vxl-1.17.0/config/cmake/export/CMakeLists.txt
|
| 7 |
===================================================================
|
| 8 |
--- vxl-1.17.0.orig/config/cmake/export/CMakeLists.txt 2011-12-12 22:02:31.000000000 +0100
|
| 9 |
+++ vxl-1.17.0/config/cmake/export/CMakeLists.txt 2012-06-01 15:45:09.801752627 +0200
|
| 10 |
@@ -48,4 +48,5 @@
|
| 11 |
${VXL_CMAKE_DIR}/VXLStandardOptions.cmake
|
| 12 |
${VXL_CMAKE_DIR}/UseVXL.cmake
|
| 13 |
${VXL_CMAKE_DIR}/UseVGUI.cmake
|
| 14 |
+ ${VXL_CMAKE_DIR}/../doxygen/doxygen.cmake
|
| 15 |
)
|
| 16 |
Index: vxl-1.17.0/config/cmake/Modules/VXLConfig_export.cmake.in
|
| 17 |
===================================================================
|
| 18 |
--- vxl-1.17.0.orig/config/cmake/Modules/VXLConfig_export.cmake.in 2011-12-13 17:11:34.000000000 +0100
|
| 19 |
+++ vxl-1.17.0/config/cmake/Modules/VXLConfig_export.cmake.in 2012-06-01 15:45:09.801752627 +0200
|
| 20 |
@@ -41,6 +41,11 @@
|
| 21 |
# Clients projects should not use the Find*.cmake files in this directory.
|
| 22 |
SET(VXL_CMAKE_DIR "@CMAKE_INSTALL_PREFIX@/share/vxl/cmake")
|
| 23 |
|
| 24 |
+# Doxygen Support
|
| 25 |
+SET(VXL_CMAKE_DOXYGEN_DIR "@CMAKE_INSTALL_PREFIX@/share/vxl/cmake")
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
|
| 29 |
# VXL Configuration options. You don't have to build with the same options as VXL, but it often helps.
|
| 30 |
SET(VXL_BUILD_SHARED_LIBS "@BUILD_SHARED_LIBS@")
|
| 31 |
SET(VXL_BUILD_TESTS "@BUILD_TESTS@")
|
| 32 |
@@ -206,3 +211,5 @@
|
| 33 |
SET(VXL_FORCE_V3P_GEOTIFF_deprecated "@VXL_FORCE_V3P_GEOTIFF@")
|
| 34 |
SET(VXL_FORCE_V3P_PNG_deprecated "@VXL_FORCE_V3P_PNG@")
|
| 35 |
SET(VXL_FORCE_V3P_MPEG2_deprecated "@VXL_FORCE_V3P_MPEG2@")
|
| 36 |
+SET(VXL_FORCE_V3P_RPLY_deprecated "@VXL_FORCE_V3P_RPLY@")
|
| 37 |
+
|