Open GoogleCodeExporter opened 9 years ago
Accepted,
although I don't agree with inclusion of doxygen to the build process.
Thank you!
Original comment by kobalicek.petr
on 24 Mar 2011 at 8:27
Even if it's optional?
Original comment by renaud.a...@gmail.com
on 24 Mar 2011 at 8:29
You know how to make it optional?
Original comment by kobalicek.petr
on 24 Mar 2011 at 8:38
find_package(Doxygen)
configure_file(Doxyfile Doxyfile COPYONLY)
add_custom_target(doxygen ${DOXYGEN_EXECUTABLE}
${CMAKE_CURRENT_BINARY_DIR}/Doxyfile)
make does not build the documentation. make doxygen does.
[Partly OT] Check this interesting one:
http://snikt.net/index.php/2010/04/01/howto-use-cmake-with-cc-projects.
Original comment by renaud.a...@gmail.com
on 24 Mar 2011 at 9:43
I forgot to mention that I've tested that with cmake 2.8.
Original comment by renaud.a...@gmail.com
on 24 Mar 2011 at 9:47
This seems to be okay:)
Original comment by kobalicek.petr
on 25 Mar 2011 at 1:07
Original issue reported on code.google.com by
renaud.a...@gmail.com
on 24 Mar 2011 at 7:21