mirror of
https://github.com/nicbarker/clay.git
synced 2025-09-18 04:26:18 +00:00
Define CLAY_IMPLEMENTATION in Jetbrains IDE (#236)
This commit is contained in:
parent
92582f66d8
commit
3030390038
5
clay.h
5
clay.h
|
@ -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 ---------------------
|
||||
// -----------------------------------------
|
||||
|
|
Loading…
Reference in a new issue