Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

Commit ca78036

Browse files
committed
[CMake] use mathjax
1 parent daa93fc commit ca78036

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ SET(PROJECT_NAME parametric-curves)
1010
SET(PROJECT_DESCRIPTION "Template based classes for creating and manipulating parametric curves. Comes with extra options specific to end-effector trajectories in robotics." )
1111
SET(PROJECT_URL "http://github.com/stack-of-tasks/parameteric-curves")
1212

13+
SET(DOXYGEN_USE_MATHJAX yes)
14+
1315

1416
#set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/build/")
1517
#set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${PROJECT_SOURCE_DIR}/bin/")

0 commit comments

Comments
 (0)