Define CLAY_IMPLEMENTATION in Jetbrains IDE (#236)

This commit is contained in:
Harrison Lambeth 2025-02-10 14:11:42 -07:00 committed by GitHub
parent 92582f66d8
commit 3030390038
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

5
clay.h
View file

@ -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 ---------------------
// -----------------------------------------