Skip to content

Commit 2c700ca

Browse files
committed
[CMake] use mathjax
1 parent 036736f commit 2c700ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ set(PROJECT_DESCRIPTION "Dynamic graph bridge library")
3838
set(PROJECT_NAME dynamic_graph_bridge)
3939
set(PROJECT_URL "")
4040

41+
SET(DOXYGEN_USE_MATHJAX YES)
42+
4143
OPTION (BUILD_PYTHON_INTERFACE "Build the python binding" ON)
4244
IF(BUILD_PYTHON_INTERFACE)
4345
FINDPYTHON()

0 commit comments

Comments
 (0)