blob: c50fd9c5acf5a929663636f297cac2c21e9b48e9 (
plain)
1
2
3
4
5
6
7
8
|
//
// InternalTestTarget.xcconfig
//
// These are Test target settings for the gtest framework and examples. It
// is set in the "Based On:" dropdown in the "Target" info dialog.
PRODUCT_NAME = $(TARGET_NAME)
HEADER_SEARCH_PATHS = ../ ../include
|