mirror of
https://github.com/triqs/dft_tools
synced 2024-11-09 15:43:47 +01:00
7 lines
215 B
CMake
7 lines
215 B
CMake
SET(PYTHON_SOURCES
|
|
${CMAKE_CURRENT_SOURCE_DIR}/__init__.py
|
|
${CMAKE_CURRENT_SOURCE_DIR}/wien2k_converter.py
|
|
)
|
|
|
|
install (FILES ${PYTHON_SOURCES} DESTINATION ${TRIQS_PYTHON_LIB_DEST}/applications/dft/converters)
|