Files
create/src/Mod/TemplatePyMod/CMakeLists.txt
luzpaz 79e150a81b Fix trailing whitespace, typos, headers
Fix trailing whitespace, typos, and header uniformity.
2023-01-23 00:34:37 +01:00

23 lines
315 B
CMake

fc_copy_to_mod_path("TemplatePyMod"
InitGui.py
Init.py
Commands.py
PythonQt.py
Tests.py
DocumentObject.py
)
INSTALL(
FILES
Init.py
InitGui.py
Commands.py
FeaturePython.py
PythonQt.py
Tests.py
DESTINATION
Mod/TemplatePyMod
)