diff options
| author | Antonin Descampe <antonin@gmail.com> | 2011-04-14 10:13:25 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2011-04-14 10:13:25 +0000 |
| commit | 27b894dd3fd6d67dacf6c263587d789d96172116 (patch) | |
| tree | fdbf0c28ae4a76886033e6c7830b19c0538b96a4 /doc | |
| parent | 6aaaa3eae28d82e3a2c34e0bd57d027be0685869 (diff) | |
fixed applications/codec/CMakeLists.txt that prevented JPWL executables to be built with JPWL functionalities ; changed make all behaviour : DOC target removed from ALL
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/CMakeLists.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index aadbadba..08741c64 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -3,10 +3,7 @@ FIND_PACKAGE(Doxygen) IF(DOXYGEN_EXECUTABLE) # The Doxyfile.dox is poorly defined and produce output # in the source dir -ADD_CUSTOM_TARGET(doxygen -# By default doxygen target is added to the 'all' target. Project is small -# thus running doxygen is not too time consuming - ALL +ADD_CUSTOM_TARGET(doc ${DOXYGEN} ${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.dox WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} |
