Codebase list votca-xtp / debian/1.6.2-2 src / CMakeLists.txt
debian/1.6.2-2

Tree @debian/1.6.2-2 (Download .tar.gz)

CMakeLists.txt @debian/1.6.2-2raw · history · blame

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