summaryrefslogtreecommitdiffstats
path: root/addon/doxmlparser/examples
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-05-22 14:08:39 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-05-24 07:38:12 (GMT)
commit57730818727420a23e63917e3d035df3926b958f (patch)
treed2e7d58a10416bff524059ac4027580089fc7dc7 /addon/doxmlparser/examples
parente3470060b067bbb5d949de01758aff491fc804c3 (diff)
downloadDoxygen-57730818727420a23e63917e3d035df3926b958f.zip
Doxygen-57730818727420a23e63917e3d035df3926b958f.tar.gz
Doxygen-57730818727420a23e63917e3d035df3926b958f.tar.bz2
Refactoring: Removed creation of MemberDef's for macro definitions from pre.l
Diffstat (limited to 'addon/doxmlparser/examples')
-rw-r--r--addon/doxmlparser/examples/metrics/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/addon/doxmlparser/examples/metrics/CMakeLists.txt b/addon/doxmlparser/examples/metrics/CMakeLists.txt
index 8e03246..255ae0e 100644
--- a/addon/doxmlparser/examples/metrics/CMakeLists.txt
+++ b/addon/doxmlparser/examples/metrics/CMakeLists.txt
@@ -11,4 +11,6 @@ main.cpp
target_link_libraries(doxmlparser_metrics
doxmlparser
qtools
+ ${COVERAGE_LINKER_FLAGS}
)
+