3
0
mirror of https://github.com/triqs/dft_tools synced 2024-07-05 02:46:03 +02:00
dft_tools/shells/CMakeLists.txt
Oleg E. Peil edf5038140 Added a shell script for running PLOVasp converter
The script simply runs pytriqs with an auto-executable module
`plovasp.converter`.
2016-03-11 11:35:19 +01:00

6 lines
216 B
CMake

configure_file(plovasp.bash.in plovasp)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/plovasp DESTINATION bin
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)