16 lines
242 B
Makefile
16 lines
242 B
Makefile
|
|
|
|
FILE_LIST = Main.cpp \
|
|
Debug.cpp \
|
|
globalMsg.cpp \
|
|
widgetDrawer.cpp \
|
|
elementManager.cpp \
|
|
elementBase.cpp \
|
|
elementCircle.cpp \
|
|
elementDisk.cpp \
|
|
elementMesh.cpp \
|
|
elementPolygone.cpp \
|
|
elementRectangle.cpp
|
|
|
|
|