Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e99c10ba authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

Add first readme

parent 64472303
No related branches found
No related tags found
No related merge requests found
MORSE CMake modules
====================
This project provides a collection of CMake modules that can be shared
among projects using CMake as build system.
For now it is mainly constituted of "Find" modules that help detecting
installed libraries on the system. These modules are located in
Get morse_cmake
---------------------
To use latest development states of morse_cmake, please clone the
master branch:
git clone git@gitlab.inria.fr:solverstack/morse_cmake.git
Documentation
---------------------
TODO
Installation
---------------------
To use MORSE modules you have to add the path to the modules in your
CMake project and include the MorseInit module:
# Define where are located module files on your system
set(MORSE_CMAKE_MODULE_PATH "/where/is/morse_cmake" CACHE PATH "Path to morse_cmake sources")
# Append this directory to the list of directories containing CMake modules
list(APPEND CMAKE_MODULE_PATH "${MORSE_CMAKE_MODULE_PATH}/modules/" )
# Include the init module
include(MorseInit)
#
We recommend to use this project as a `git submodule` of your project.
Get involved!
---------------------
### Mailing list
TODO
### Contributions
https://gitlab.inria.fr/solverstack/morse_cmake/blob/master/CONTRIBUTING.md
### Authors
The following people contributed to the development of morse_modules:
* Cedric Castagnede
* Mathieu Faverge, PI
* Florent Pruvost, PI
If we forgot your name, please let us know that we can fix that mistake.
### Licence
https://gitlab.inria.fr/solverstack/morse_cmake/blob/master/LICENCE.txt
../../../../../doc/css
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment