mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-24 03:11:03 -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
9
plugins/XRayView/CMakeLists.txt
Normal file
9
plugins/XRayView/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
add_custom_target( XRayView SOURCES
|
||||
__init__.py
|
||||
xray.shader
|
||||
xray_composite.shader
|
||||
XRayPass.py
|
||||
XRayView.py
|
||||
)
|
||||
|
||||
subdirs( avr_isp )
|
||||
1
plugins/XRayView/avr_isp/CMakeLists.txt
Normal file
1
plugins/XRayView/avr_isp/CMakeLists.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
Loading…
Add table
Add a link
Reference in a new issue