Codebase list votca-xtp / scrub-obsolete/main include / votca / xtp / CMakeLists.txt
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

CMakeLists.txt @scrub-obsolete/mainraw · history · blame

1
2
3
4
configure_file(votca_xtp_config.h.in ${CMAKE_CURRENT_BINARY_DIR}/votca_xtp_config.h)

file(GLOB_RECURSE VOTCA_HEADERS *.h ${CMAKE_CURRENT_BINARY_DIR}/votca_xtp_config.h)
install(FILES ${VOTCA_HEADERS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/votca/xtp)