Skip to content

Commit 8625424

Browse files
authoredMay 5, 2018
Add files via upload
1 parent ef7289f commit 8625424

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎magma.pro

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
TEMPLATE = app
2+
CONFIG += console
3+
CONFIG -= app_bundle
4+
CONFIG -= qt
5+
6+
SOURCES += main.c \
7+
magma_calc.c
8+
9+
HEADERS += \
10+
magma_test.h \
11+
magma_calc.h \
12+
magma_const.h

0 commit comments

Comments
 (0)
Please sign in to comment.