Add example infrastructure
This commit is contained in:
parent
c0d0a560dc
commit
cf46afd1a5
4 changed files with 40 additions and 1 deletions
11
examples/Makefile
Normal file
11
examples/Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
include ../extra.mk
|
||||
|
||||
PROG = exampleApplication
|
||||
SRCS = main.mm
|
||||
|
||||
include ../buildsys.mk
|
||||
|
||||
CPPFLAGS += -I../src -I../src/common -I../src/QtCore -I../QtGui
|
||||
LIBS := -L../src -lobjfw -lobjqt
|
||||
LDFLAGS += ${MAP_LDFLAGS}
|
||||
LD = ${OBJCXX}
|
Loading…
Add table
Add a link
Reference in a new issue