update CMake imports

This commit is contained in:
PhaseLoop
2025-03-20 15:02:56 +01:00
parent e8cd9a61d6
commit c249b62b6c

View File

@@ -59,6 +59,8 @@ SET(PathPythonBaseGui_SRCS
SET(PathPythonDressup_SRCS
Path/Dressup/__init__.py
Path/Dressup/Utils.py
Path/Dressup/Array.py
Path/Dressup/Base.py
Path/Dressup/Boundary.py
Path/Dressup/DogboneII.py
Path/Dressup/Tags.py
@@ -66,6 +68,7 @@ SET(PathPythonDressup_SRCS
SET(PathPythonDressupGui_SRCS
Path/Dressup/Gui/__init__.py
Path/Dressup/Gui/Array.py
Path/Dressup/Gui/AxisMap.py
Path/Dressup/Gui/Dogbone.py
Path/Dressup/Gui/DogboneII.py