mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-03-29 09:09:02 +08:00
6 lines
303 B
Plaintext
6 lines
303 B
Plaintext
// See http://mrox.net/blog/2011/06/19/framework-like-static-libraries/
|
|
// Derived from: https://gist.github.com/972630
|
|
|
|
PUBLIC_HEADERS_FOLDER_PATH = include/$(PROJECT_NAME)
|
|
INSTALL_PATH = /../BuildProductsPath/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/
|
|
OTHER_LDFLAGS = -ObjC |