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,6 @@
add_custom_target( LayerView SOURCES
__init__.py
LayerView.py
LayerView.qml
LayerViewProxy.py
)