summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-06-23 18:15:44 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-06-23 18:50:56 (GMT)
commit6fb61b2c6561149c1a318df26fd1acac619b3519 (patch)
treead73d56e94aebbd888db4077bc367895fbb8ad83 /CMakeLists.txt
parent15678e7ccb524af8c90a4018f3b882ba184e6a39 (diff)
downloadDoxygen-6fb61b2c6561149c1a318df26fd1acac619b3519.zip
Doxygen-6fb61b2c6561149c1a318df26fd1acac619b3519.tar.gz
Doxygen-6fb61b2c6561149c1a318df26fd1acac619b3519.tar.bz2
issue #6880 mscgen links placed in the wrong place when using SVG output
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 18265b7..dcd426b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -144,6 +144,7 @@ endif()
add_subdirectory(libmd5)
add_subdirectory(liblodepng)
+add_subdirectory(libmscgen)
add_subdirectory(qtools)
add_subdirectory(vhdlparser)
add_subdirectory(src)