eccodes/examples/CMakeLists.txt

7 lines
108 B
CMake

if( HAVE_EXAMPLES )
add_subdirectory(C)
add_subdirectory(F90)
add_subdirectory(python)
endif()