Skip to content

Commit

Permalink
Only import custom matchers when building as Objective-C++
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Croom and Sam Coward committed Mar 31, 2016
1 parent ebda5a4 commit 0b92d9e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Source/Headers/Public/Matchers/CedarMatchers.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
#import "Exist.h"


#ifdef CEDAR_CUSTOM_MATCHERS
#import CEDAR_CUSTOM_MATCHERS
#endif
#ifdef __cplusplus
#ifdef CEDAR_CUSTOM_MATCHERS
#import CEDAR_CUSTOM_MATCHERS
#endif
#endif // __cplusplus

0 comments on commit 0b92d9e

Please sign in to comment.