3
0
mirror of https://github.com/triqs/dft_tools synced 2024-11-01 11:43:47 +01:00
dft_tools/pytriqs/operators/CMakeLists.txt
Michel Ferrero 76aa6120e9 Add new python operators
For now they are called operators2.
2014-05-22 23:58:07 +02:00

11 lines
237 B
CMake

SET(PYTHON_SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/__init__.py
${CMAKE_CURRENT_SOURCE_DIR}/operators.py
)
install (FILES ${PYTHON_SOURCES} DESTINATION ${TRIQS_PYTHON_LIB_DEST}/operators)
triqs_python_extension(operators2 operators)