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,8 @@
add_custom_target( CuraEngineBackend SOURCES
__init__.py
CuraEngineBackend.py
Cura_pb2.py
ProcessGCodeJob.py
ProcessSlicedObjectListJob.py
StartSliceJob.py
)