Codebase list votca-xtp / upstream/latest src / CMakeLists.txt
upstream/latest

Tree @upstream/latest (Download .tar.gz)

CMakeLists.txt @upstream/latest

e70a901
 
 
 
 
1
2
3
4
5
add_subdirectory(libxtp)
add_subdirectory(tools)
if(ENABLE_TESTING)
  add_subdirectory(tests)
endif()