Merge "Don't rerun checks and be quiet 2nd time cmake is run" into release-4-6
[alexxy/gromacs.git] / share / CMakeLists.txt
1 # Data: Nothing to build, just installation
2 install(DIRECTORY . DESTINATION ${DATA_INSTALL_DIR}
3   COMPONENT data
4   PATTERN "Makefile*" EXCLUDE
5   PATTERN "CMake*" EXCLUDE
6   PATTERN "cmake*" EXCLUDE
7   PATTERN "*~" EXCLUDE
8   PATTERN "template" EXCLUDE
9 )
10
11 add_subdirectory(template)