diff options
| author | Tim Redfern <tim@getdrop.com> | 2017-12-29 03:36:45 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2017-12-29 03:36:45 +0000 |
| commit | 4c9570bdf49ec3a6517e5be60fc960d7d9cdbed0 (patch) | |
| tree | eb4278452a7f67a30bc6341f7df8b0d6e1fe98be /gui/config.make | |
| parent | b470c73bfc271c032f4df9a3fd1b9770cf627f00 (diff) | |
syphon output
Diffstat (limited to 'gui/config.make')
| -rw-r--r-- | gui/config.make | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/config.make b/gui/config.make index 2ae93e7..65a3495 100644 --- a/gui/config.make +++ b/gui/config.make @@ -56,7 +56,7 @@ OF_ROOT = ../../openFrameworks # # Will automatically exclude the following: # -# $(PROJECT_ROOT)/bin% +# $(PROJECT_EXCLUSIONSJECT_ROOT)/bin% # $(PROJECT_ROOT)/obj% # $(PROJECT_ROOT)/%.xcodeproj # @@ -72,6 +72,7 @@ OF_ROOT = ../../openFrameworks # # Note: Leave a leading space when adding list items with the += operator ################################################################################ +PROJECT_LDFLAGS = -FFrameworks -framework Syphon # Currently, shared libraries that are needed are copied to the # $(PROJECT_ROOT)/bin/libs directory. The following LDFLAGS tell the linker to |
