Revision 1105579790ef41aaabb0ccaf554cee52f2bb1f86 authored by Philippe Canal on 09 April 2016, 22:07:55 UTC, committed by Philippe Canal on 28 April 2016, 16:59:22 UTC
1 parent 98237c1
Raw File
CMakeLists.txt

add_subdirectory(tmva)
add_subdirectory(tmvagui)
if(python AND NUMPY_FOUND)
   add_subdirectory(pymva)
endif()
if(r)
add_subdirectory(rmva)
endif()
#if(testing)
# add_subdirectory(test)
#endif()
back to top