Added CmakeLists.txt file for ability to open and search through files in Qtcreator

This commit is contained in:
Elena Filenko 2016-02-01 13:07:24 -08:00
parent fd5d029c4b
commit 000390966e
31 changed files with 257 additions and 0 deletions

View file

@ -0,0 +1,9 @@
add_custom_target( XRayView SOURCES
__init__.py
xray.shader
xray_composite.shader
XRayPass.py
XRayView.py
)
subdirs( avr_isp )

View file

@ -0,0 +1 @@