Revision 269e4df83bdff3d65d048aef1c4fadf1066c2a82 authored by Enric Tejedor Saavedra on 21 June 2016, 07:45:36 UTC, committed by Enric Tejedor Saavedra on 21 June 2016, 07:57:01 UTC
1 parent 90b9cb3
Raw File
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