Add documentation target, which at the moment is only an alias for the

doxygen target
This commit is contained in:
2019-03-14 19:24:17 +01:00
parent a9c7b9f61f
commit 899c8daf81
2 changed files with 2 additions and 1 deletions

View File

@@ -43,3 +43,4 @@ SET_SOURCE_FILES_PROPERTIES(${CMAKE_CURRENT_BINARY_DIR}/glade/resources.c PROPER
target_link_libraries(${PROJECT_NAME} ${GLIB_LDFLAGS} ${GTK3_LDFLAGS} ${CAIRO_LDFLAGS} m version ${CMAKE_DL_LIBS})
install (TARGETS ${PROJECT_NAME} DESTINATION bin)
add_custom_target(documentation DEPENDS doxygen)