mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-05 05:39:53 +01:00
458e5eec16
Added separate Xcode 4 project. Fixed some warnings. Fixed OutputDebugString decl for MinGW
8 lines
154 B
Plaintext
8 lines
154 B
Plaintext
//
|
|
// Prefix header for all source files of the 'OCTest' target in the 'OCTest' project.
|
|
//
|
|
|
|
#ifdef __OBJC__
|
|
#import <Foundation/Foundation.h>
|
|
#endif
|