summaryrefslogtreecommitdiff
path: root/futuregael/config.make
diff options
context:
space:
mode:
authorTim Redfern <tim@getdrop.com>2023-09-19 19:01:30 +0100
committerTim Redfern <tim@getdrop.com>2023-09-19 19:01:30 +0100
commitc02378a381cbb23ba56099a33fab38686c8d2b5b (patch)
tree03e17eb9e2bfbb12cb6e4a2b25db0b10afc13aba /futuregael/config.make
parentdc5754c91bb2732449cbcda520a3111f183edf6c (diff)
loading vector data
Diffstat (limited to 'futuregael/config.make')
-rw-r--r--futuregael/config.make6
1 files changed, 5 insertions, 1 deletions
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