swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf
Raw File
Tip revision: daebeae4a51bb0baae69656964030b091dada4e5 authored by Fons Rademakers on 08 November 2011, 13:23:37 UTC
tag patch release v5-30-04.
Tip revision: daebeae
CMakeLists.txt
if(CMAKE_Fortran_COMPILER)
  add_subdirectory(minicern)
endif()
if(memstat)
  add_subdirectory(memstat)
endif()
if(table)
  add_subdirectory(table)
endif()

back to top