Skip to content

Commit

Permalink
install functions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Jun 2, 2017
1 parent 0882f72 commit fb4b189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symengine/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ add_subdirectory(lib)
add_subdirectory(tests)

set(PY_PATH ${PYTHON_INSTALL_PATH}/symengine)
install(FILES __init__.py utilities.py compatibility.py sympy_compat.py
install(FILES __init__.py utilities.py compatibility.py sympy_compat.py functions.py
DESTINATION ${PY_PATH}
)

0 comments on commit fb4b189

Please sign in to comment.