add doxygen to build
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# 2009-2010 Ryan Pavlik <rpavlik@iastate.edu>
|
# 2009-2011 Ryan Pavlik <rpavlik@iastate.edu>
|
||||||
# http://academic.cleardefinition.com/
|
# http://academic.cleardefinition.com/
|
||||||
# Iowa State University HCI Graduate Program/VRAC
|
# Iowa State University HCI Graduate Program/VRAC
|
||||||
|
|
||||||
@@ -27,6 +27,7 @@ option(CPACK_MONOLITHIC_INSTALL "Only produce a single component installer, rath
|
|||||||
# Locally-developed modules dist'ed with this app - always have this first.
|
# Locally-developed modules dist'ed with this app - always have this first.
|
||||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
|
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
|
||||||
include(UseBackportedModules)
|
include(UseBackportedModules)
|
||||||
|
include(DoxygenTargets)
|
||||||
|
|
||||||
add_definitions(-DWIIUSE_COMPILE_LIB)
|
add_definitions(-DWIIUSE_COMPILE_LIB)
|
||||||
|
|
||||||
@@ -63,6 +64,9 @@ if(BUILD_EXAMPLE_SDL)
|
|||||||
add_subdirectory(example-sdl)
|
add_subdirectory(example-sdl)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
# Documentation
|
||||||
|
add_doxygen(Doxyfile)
|
||||||
|
|
||||||
###
|
###
|
||||||
# Set packaging options (for CPack)
|
# Set packaging options (for CPack)
|
||||||
###
|
###
|
||||||
@@ -108,4 +112,4 @@ cpack_add_component(examples
|
|||||||
|
|
||||||
cpack_add_component(runtime
|
cpack_add_component(runtime
|
||||||
DISPLAY_NAME "Runtime Library"
|
DISPLAY_NAME "Runtime Library"
|
||||||
REQUIRED)
|
REQUIRED)
|
||||||
|
|||||||
Reference in New Issue
Block a user