Skip to content

Commit

Permalink
[CMake] use mathjax
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Aug 22, 2018
1 parent daa93fc commit ca78036
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ SET(PROJECT_NAME parametric-curves)
SET(PROJECT_DESCRIPTION "Template based classes for creating and manipulating parametric curves. Comes with extra options specific to end-effector trajectories in robotics." )
SET(PROJECT_URL "http://github.com/stack-of-tasks/parameteric-curves")

SET(DOXYGEN_USE_MATHJAX yes)


#set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/build/")
#set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${PROJECT_SOURCE_DIR}/bin/")
Expand Down

0 comments on commit ca78036

Please sign in to comment.