23 lines
359 B
CMake
23 lines
359 B
CMake
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
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
|
|
)
|