This website requires JavaScript.
Explore
Help
Sign In
core
/
eccodes
mirror of
https://github.com/ecmwf/eccodes.git
Watch
1
Star
0
Fork
You've already forked eccodes
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
40b0f34701
eccodes
/
examples
/
CMakeLists.txt
7 lines
108 B
CMake
Raw
Normal View
History
Unescape
Escape
CMake: fortran and examples features
2015-06-09 13:50:51 +00:00
if
(
HAVE_EXAMPLES
)
add_subdirectory
(
C
)
add_subdirectory
(
F90
)
add_subdirectory
(
python
)
endif
(
)
CMake tests
2014-03-31 12:57:06 +00:00