Mentions légales du service

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

import Morse modules to get some specifif macros

parent f61c625f
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 2.8) cmake_minimum_required(VERSION 2.8)
project(TEST_MORSE_CMAKE_MODULES_FIND Fortran C CXX) project(TEST_MORSE_CMAKE_MODULES_FIND Fortran C CXX)
# location of Morse modules to get some specific macros
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../../")
include(MorseInit)
# location of find package modules # location of find package modules
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../") list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment