Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f8eb4425 authored by Adrien Leman's avatar Adrien Leman Committed by hhakim
Browse files

cmake entete

parent 62cc4519
Branches
Tags
No related merge requests found
###### Main CMakeLists.txt of the FAUST project ######
## Other important files for CMake are
# - CMakeLists.txt files in the sub-directories
# - CMake/* files, which define some tools to search for libraries, etc.
##############################################################################
## Description: ##
## Main CMakeLists.txt of the FAUST project ##
## Other important files for CMake are ##
## - CMakeLists.txt files in the sub-directories ##
## - CMake/* files, which define some tools to search for libraries. ##
## For more information on the FAuST Project, please visit the website ##
## of the project : <http://faust.gforge.inria.fr> ##
## ##
## License: ##
## Copyright (2016): Nicolas Bellot, Adrien Leman, Thomas Gautrais, ##
## Luc Le Magoarou, Remi Gribonval ##
## INRIA Rennes, FRANCE ##
## http://www.inria.fr/ ##
## ##
## The FAuST Toolbox is distributed under the terms of the GNU Affero ##
## General Public License. ##
## This program is free software: you can redistribute it and/or modify ##
## it under the terms of the GNU Affero General Public License as ##
## published by the Free Software Foundation. ##
## ##
## This program is distributed in the hope that it will be useful, but ##
## WITHOUT ANY WARRANTY; without even the implied warranty of ##
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ##
## See the GNU Affero General Public License for more details. ##
## ##
## You should have received a copy of the GNU Affero General Public ##
## License along with this program. ##
## If not, see <http://www.gnu.org/licenses/>. ##
## ##
## Contacts: ##
## Nicolas Bellot : nicolas.bellot@inria.fr ##
## Adrien Leman : adrien.leman@inria.fr ##
## Thomas Gautrais : thomas.gautrais@inria.fr ##
## Luc Le Magoarou : luc.le-magoarou@inria.fr ##
## Remi Gribonval : remi.gribonval@inria.fr ##
##############################################################################
#cmake_minimum_required(VERSION 3.2.2) #compatibilite UTF-8 ASCII (Windows Ubunt)u)
cmake_minimum_required(VERSION 3.0.2) #compatibilite UTF-8 ASCII (Windows Ubunt)u)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment