From c02378a381cbb23ba56099a33fab38686c8d2b5b Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 19 Sep 2023 19:01:30 +0100 Subject: loading vector data --- futuregael/config.make | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'futuregael/config.make') diff --git a/futuregael/config.make b/futuregael/config.make index 9e6452a..f924803 100644 --- a/futuregael/config.make +++ b/futuregael/config.make @@ -7,7 +7,7 @@ # OF ROOT # The location of your root openFrameworks installation -# OF_ROOT = ../../openFrameworks +OF_ROOT = ../../openFrameworks ################################################################################ # OF_ROOT = ../../.. @@ -143,3 +143,7 @@ ################################################################################ # PROJECT_CXX = # PROJECT_CC = + +# Uncomment/comment below to switch between C++11 and C++17 ( or newer ). On macOS C++17 needs 10.15 or above. +export MAC_OS_MIN_VERSION = 10.15 +export MAC_OS_CPP_VER = -std=c++17 -- cgit v1.2.3