Codebase list votca-xtp / d0bbc74 include / votca / xtp / CMakeLists.txt
d0bbc74

Tree @d0bbc74 (Download .tar.gz)

CMakeLists.txt @d0bbc74raw · 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)