Revision 4ce6b65a560be4afd3eb922524dc7233a520bb3d authored by Gerardo Ganis on 26 July 2011, 15:36:39 UTC, committed by Gerardo Ganis on 26 July 2011, 15:36:39 UTC

git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40366 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent e337040
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