Files
AV-Live/oscope-sphere/Makefile
T
L'électron rare 921ae9cd42 build: add openFrameworks app skeleton
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.
2026-05-18 17:05:44 +02:00

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