Skip to content

Commit

Permalink
Define CLAY_IMPLEMENTATION in Jetbrains IDE (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
monodop authored Feb 10, 2025
1 parent 92582f6 commit 3030390
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions clay.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
#include <arm_neon.h>
#endif

#ifdef __JETBRAINS_IDE__
// Help jetbrains IDEs like CLion and Rider with intellisense & debugging
#define CLAY_IMPLEMENTATION
#endif

// -----------------------------------------
// HEADER DECLARATIONS ---------------------
// -----------------------------------------
Expand Down

0 comments on commit 3030390

Please sign in to comment.