23 lines
315 B
CMake
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
|
|
)
|