diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-11-12 12:59:48 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-11-12 12:59:48 +0000 |
| commit | 91ff35dff6ae35943d8f1132652e426f88c98592 (patch) | |
| tree | ac0bd61dbd8532841d6715b194c42ff9522e733f /vfg/Project.xcconfig | |
| parent | 275acd8fe15ca66401cff428091772e7ab71444e (diff) | |
osx project
Diffstat (limited to 'vfg/Project.xcconfig')
| -rw-r--r-- | vfg/Project.xcconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vfg/Project.xcconfig b/vfg/Project.xcconfig new file mode 100644 index 0000000..d7bd249 --- /dev/null +++ b/vfg/Project.xcconfig @@ -0,0 +1,9 @@ +//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 = /Developer/Library/openFrameworks + +//THIS HAS ALL THE HEADER AND LIBS FOR OF CORE +#include "/Developer/Library/openFrameworks/libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig" + +OTHER_LDFLAGS = $(OF_CORE_LIBS) +HEADER_SEARCH_PATHS = $(OF_CORE_HEADERS) |
