921ae9cd42
Copy oscope-of's Makefile and libusb-aware config.make, add a window bootstrap and a placeholder ofApp so the GL build is verified before any feature code lands.
15 lines
362 B
Makefile
15 lines
362 B
Makefile
# Délègue au Makefile générique d'openFrameworks.
|
|
# Suppose que le projet est cloné dans <OF_ROOT>/apps/myApps/oscope-of/.
|
|
|
|
ifndef PROJECT_ROOT
|
|
PROJECT_ROOT := $(realpath ./)
|
|
endif
|
|
|
|
include $(PROJECT_ROOT)/config.make
|
|
|
|
ifndef OF_ROOT
|
|
OF_ROOT = ../../..
|
|
endif
|
|
|
|
include $(OF_ROOT)/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk
|