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

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

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

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