mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-14 06:15:51 +00:00
Release 1.1.0
+ added help window + added help docs + small bug fixes
This commit is contained in:
5
mathmech/docs.cmake
Normal file
5
mathmech/docs.cmake
Normal 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})
|
Reference in New Issue
Block a user