Skip to content
Snippets Groups Projects
Commit 80828b02 authored by Christopher Stawarz's avatar Christopher Stawarz
Browse files

Added Xcode config files for building dylib's that are embedded in...

Added Xcode config files for building dylib's that are embedded in open-ephys.app/Contents/Frameworks
parent ca279a2d
No related branches found
No related tags found
No related merge requests found
#include "Base.xcconfig"
CONFIGURATION_BUILD_DIR = $(PROJECT_DIR)/../../../build/$(CONFIGURATION)/open-ephys.app/Contents/Frameworks
DYLIB_COMPATIBILITY_VERSION = 1
DYLIB_CURRENT_VERSION = 1
EXECUTABLE_PREFIX = lib
GCC_ENABLE_CPP_EXCEPTIONS = YES
GCC_ENABLE_CPP_RTTI = YES
HEADER_SEARCH_PATHS = ../../../../../JuceLibraryCode ../../../../../JuceLibraryCode/modules ../../../../../Source/Plugins/Headers $(inherited)
INSTALL_PATH = @executable_path/../Frameworks
WRAPPER_EXTENSION = dylib
#include "Library.xcconfig"
#include "Debug.xcconfig"
#include "Library.xcconfig"
#include "Release.xcconfig"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment