Skip to content

Commit

Permalink
adding uda import alias to windows pyuda wheels CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-dixon committed Aug 5, 2024
1 parent a876c25 commit ae8af1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/wrappers/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ file( GLOB CYTHON_FILES pyuda/cpyuda/*.pyx )
install( FILES ${CYTHON_FILES} pyuda/cpyuda/uda.pxd DESTINATION python_installer/pyuda/cpyuda )

file( GLOB INSTALL_FILES pyuda/*.py )
file( GLOB PYUDA_UDA_INSTALL_FILES uda/*.py )

install( FILES ${INSTALL_FILES} DESTINATION python_installer/pyuda )
install( FILES ${PYUDA_UDA_INSTALL_FILES} DESTINATION python_installer/uda )

configure_file( ${CMAKE_CURRENT_LIST_DIR}/pyuda/_version.py.in ${CMAKE_CURRENT_BINARY_DIR}/pyuda/_version.py @ONLY )
install( FILES ${CMAKE_CURRENT_BINARY_DIR}/pyuda/_version.py DESTINATION python_installer/pyuda )
Expand Down

0 comments on commit ae8af1a

Please sign in to comment.