Skip to content

Commit

Permalink
BUG : add utils to cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelleLeroux committed Jul 23, 2024
1 parent 5cc9b8a commit 9595031
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MRI2CBCT/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ set(MODULE_NAME MRI2CBCT)
#-----------------------------------------------------------------------------
set(MODULE_PYTHON_SCRIPTS
${MODULE_NAME}.py
utils/Method.py
utils/Preprocess_CBCT_MRI.py
utils/Preprocess_CBCT.py
utils/Preprocess_MRI.py
utils/Reg_MRI2CBCT.py
utils/utils_CBCT.py
)

set(MODULE_PYTHON_RESOURCES
Expand Down

0 comments on commit 9595031

Please sign in to comment.