Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
morse_cmake
Commits
2f5e36a3
Commit
2f5e36a3
authored
Apr 09, 2018
by
PRUVOST Florent
Browse files
import Morse modules to get some specifif macros
parent
f61c625f
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/find/tests/CMakeLists.txt
View file @
2f5e36a3
cmake_minimum_required
(
VERSION 2.8
)
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
list
(
APPEND CMAKE_MODULE_PATH
"
${
CMAKE_SOURCE_DIR
}
/../"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment