mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Add UseDoxygen to cmake
Allow use of cmake . && make doc Requires UseDoxygen.cmake from http://tobias.rautenkranz.ch/cmake/doxygen/
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -28,3 +28,5 @@ ui_*.h
|
||||
/CPackSourceConfig.cmake
|
||||
build-*
|
||||
CMakeLists.txt.user.*
|
||||
Doxyfile
|
||||
doc/*
|
||||
|
||||
@@ -22,6 +22,12 @@ option(ENABLE_LAUNCHER "Enable compilation of launcher" ON)
|
||||
option(ENABLE_TEST "Enable compilation of unit tests" OFF)
|
||||
option(ENABLE_PCH "Enable compilation using precompiled headers" ON)
|
||||
|
||||
############################################
|
||||
# Documentation section #
|
||||
############################################
|
||||
|
||||
include(UseDoxygen OPTIONAL)
|
||||
|
||||
############################################
|
||||
# Building section #
|
||||
############################################
|
||||
|
||||
Reference in New Issue
Block a user