summaryrefslogtreecommitdiffstats
path: root/BUILD.txt
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-06-08 20:30:00 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-06-08 20:30:00 (GMT)
commit51ee91560a9cbaac41cec536dcdeb3e4c32f139a (patch)
treec1d178cd9aff823fd66b1084c37e73792445c66a /BUILD.txt
parent5446770855a8286092abdd91d9069cb3191c209d (diff)
downloadDoxygen-51ee91560a9cbaac41cec536dcdeb3e4c32f139a.zip
Doxygen-51ee91560a9cbaac41cec536dcdeb3e4c32f139a.tar.gz
Doxygen-51ee91560a9cbaac41cec536dcdeb3e4c32f139a.tar.bz2
Added cmake build targets for examples
Diffstat (limited to 'BUILD.txt')
-rw-r--r--BUILD.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.txt b/BUILD.txt
index 3f9d421..276b442 100644
--- a/BUILD.txt
+++ b/BUILD.txt
@@ -29,6 +29,7 @@ Doxygen's cmake configuration provides a number of options:
- build_xmlparser Example showing how to parse doxygen's XML output.
- build_search Build external search tools (doxysearch and doxyindexer).
- build_doc Build user manual.
+- build_examples Build the example projects.
- use_sqlite3 Add support for sqlite3 output [experimental].
- use_libclang Add support for libclang parsing.
- win_static Link with /MT in stead of /MD on windows.