Release 1.1.0

+ added help window
+ added help docs
+ small bug fixes
This commit is contained in:
arcan1s
2013-09-03 06:01:23 +04:00
parent d7f7a9c2b5
commit 6b0a2a47db
48 changed files with 2639 additions and 578 deletions

5
mathmech/docs.cmake Normal file
View File

@ -0,0 +1,5 @@
set (PROJECT mathmech)
# set directory
set (PROJECT_DOCS_DIR ${CMAKE_CURRENT_SOURCE_DIR}/docs)
install (DIRECTORY ${PROJECT_DOCS_DIR}
DESTINATION share/doc/${PROJECT})