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

Tree @e70a901 (Download .tar.gz)

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