Codebase list votca-xtp / upstream/2021 include / votca / xtp / CMakeLists.txt
upstream/2021

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

CMakeLists.txt @upstream/2021raw · 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)