Codebase list votca-xtp / debian/2021-1 src / CMakeLists.txt
debian/2021-1

Tree @debian/2021-1 (Download .tar.gz)

CMakeLists.txt @debian/2021-1raw · history · blame

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