Merge remote-tracking branch 'origin/release-4-6' into HEAD
[alexxy/gromacs.git] / share / template / CMakeLists.txt
1 add_executable(template template.cpp)
2 target_link_libraries(template libgromacs)
3 install(FILES CMakeLists.txt.template
4         DESTINATION ${DATA_INSTALL_DIR}/template
5         RENAME CMakeLists.txt
6         COMPONENT development)
7
8 install(FILES README template.cpp Makefile.pkg
9         DESTINATION ${DATA_INSTALL_DIR}/template
10         COMPONENT development)
11
12 install(FILES cmake/FindGROMACS.cmake
13         DESTINATION ${DATA_INSTALL_DIR}/template/cmake
14         COMPONENT development)
15