mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-01 06:41:06 -07:00
Added CmakeLists.txt file for ability to open and search through files in Qtcreator
This commit is contained in:
parent
fd5d029c4b
commit
000390966e
31 changed files with 257 additions and 0 deletions
7
plugins/PerObjectSettingsTool/CMakeLists.txt
Normal file
7
plugins/PerObjectSettingsTool/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
add_custom_target( PerObjectSettingsTool SOURCES
|
||||
__init__.py
|
||||
PerObjectSettingsModel.py
|
||||
PerObjectSettingsPanel.qml
|
||||
PerObjectSettingsTool.py
|
||||
SettingOverrideModel.py
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue