diff options
Diffstat (limited to 'config.make')
| -rw-r--r-- | config.make | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.make b/config.make index 322e619..416112e 100644 --- a/config.make +++ b/config.make @@ -3,21 +3,21 @@ # OF_ROOT allows to move projects outside apps/* just set this variable to the # absoulte path to the OF root folder -OF_ROOT = ../of_preRelease_v007_linux/ +OF_ROOT = ../openFrameworks # USER_CFLAGS allows to pass custom flags to the compiler # for example search paths like: # USER_CFLAGS = -I src/objects -USER_CFLAGS = -I ../../../addons -I ../../../addons/ofxAvahiCore/libs/avahi/include +USER_CFLAGS = -I ../openFrameworks/addons -I ../openFrameworks/addons/ofxAvahiCore/libs/avahi/include # USER_LDFLAGS allows to pass custom flags to the linker # for example libraries like: # USER_LD_FLAGS = libs/libawesomelib.a -USER_LDFLAGS = +USER_LDFLAGS = ../openFrameworks/addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_legacy.a # use this to add system libraries for example: |
