fixed applications/codec/CMakeLists.txt that prevented JPWL executables to be built...
[openjpeg.git] / doc / CMakeLists.txt
1 FIND_PACKAGE(Doxygen)
2 #
3 IF(DOXYGEN_EXECUTABLE)
4 # The Doxyfile.dox is poorly defined and produce output
5 # in the source dir
6 ADD_CUSTOM_TARGET(doc
7   ${DOXYGEN}
8   ${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.dox
9   WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
10 )
11 ENDIF(DOXYGEN_EXECUTABLE)
12