mirror of
https://github.com/triqs/dft_tools
synced 2024-11-01 03:33:50 +01:00
76aa6120e9
For now they are called operators2.
11 lines
237 B
CMake
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)
|
|
|