aboutsummaryrefslogtreecommitdiffstats
path: root/ofxMaxim/examples/OSX/ofMaximExample007OSX_Granular/Project.xcconfig
diff options
context:
space:
mode:
Diffstat (limited to 'ofxMaxim/examples/OSX/ofMaximExample007OSX_Granular/Project.xcconfig')
-rw-r--r--ofxMaxim/examples/OSX/ofMaximExample007OSX_Granular/Project.xcconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/ofxMaxim/examples/OSX/ofMaximExample007OSX_Granular/Project.xcconfig b/ofxMaxim/examples/OSX/ofMaximExample007OSX_Granular/Project.xcconfig
deleted file mode 100644
index c10b9e5..0000000
--- a/ofxMaxim/examples/OSX/ofMaximExample007OSX_Granular/Project.xcconfig
+++ /dev/null
@@ -1,9 +0,0 @@
-//THE PATH TO THE ROOT OF OUR OF PATH RELATIVE TO THIS PROJECT.
-//THIS NEEDS TO BE DEFINED BEFORE CoreOF.xcconfig IS INCLUDED
-OF_PATH = ../../..
-
-//THIS HAS ALL THE HEADER AND LIBS FOR OF CORE
-#include "../../../libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig"
-
-OTHER_LDFLAGS = $(OF_CORE_LIBS)
-HEADER_SEARCH_PATHS = $(OF_CORE_HEADERS)