Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
morse_cmake
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
morse_cmake
Commits
e99c10ba
Commit
e99c10ba
authored
8 years ago
by
PRUVOST Florent
Browse files
Options
Downloads
Patches
Plain Diff
Add first readme
parent
64472303
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+61
-0
61 additions, 0 deletions
README.md
modules/find/css
+0
-1
0 additions, 1 deletion
modules/find/css
with
61 additions
and
1 deletion
README.md
0 → 100644
+
61
−
0
View file @
e99c10ba
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
This diff is collapsed.
Click to expand it.
modules/find/css
deleted
120000 → 0
+
0
−
1
View file @
64472303
../../../../../doc/css
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment