Files @ ff62fff115f8
Branch filter:

Location: libtransport.git/docs/CMakeLists.txt

Jan Kaluza
Merge pull request #10 from arnt/master

Here's my one-liner to avoid WTF-8 without depending on the locale to be "right"
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.in ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile @ONLY)
add_custom_target(docs doxygen ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} COMMENT "Generating API documentation with Doxygen" VERBATIM)