eccodes/examples/CMakeLists.txt

7 lines
108 B
CMake
Raw Permalink Normal View History

2015-06-09 13:50:51 +00:00
if( HAVE_EXAMPLES )
add_subdirectory(C)
add_subdirectory(F90)
add_subdirectory(python)
endif()
2014-03-31 12:57:06 +00:00