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

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

CMakeLists.txt @upstream/1.5raw · history · blame

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

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