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,4 @@
add_custom_target( GCodeWriter SOURCES
__init__.py
GCodeWriter.py
)