3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-21 20:52:25 +02:00
dft_tools/python/CMakeLists.txt
2013-08-07 16:30:09 +02:00

10 lines
347 B
CMake

# where will the python end up in triqs?
set(python_destination applications/dft)
# make a local pytriqs copy
triqs_prepare_local_pytriqs_merged_with_my_python(${python_destination})
# to be able to run from toplevel
execute_process(COMMAND ln -fs ${CMAKE_BINARY_DIR}/fortran/vertex/vertex.so ${CMAKE_BINARY_DIR}/pytriqs/${python_destination})