mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-18 20:28:01 +00:00
Define CLAY_IMPLEMENTATION in Jetbrains IDE (#236)
Some checks are pending
CMake on multiple platforms / build (Release, cl, cl, windows-latest) (push) Waiting to run
CMake on multiple platforms / build (Release, clang, clang++, ubuntu-latest) (push) Waiting to run
CMake on multiple platforms / build (Release, gcc, g++, ubuntu-latest) (push) Waiting to run
Some checks are pending
CMake on multiple platforms / build (Release, cl, cl, windows-latest) (push) Waiting to run
CMake on multiple platforms / build (Release, clang, clang++, ubuntu-latest) (push) Waiting to run
CMake on multiple platforms / build (Release, gcc, g++, ubuntu-latest) (push) Waiting to run
This commit is contained in:
parent
92582f66d8
commit
3030390038
5
clay.h
5
clay.h
@ -21,6 +21,11 @@
|
|||||||
#include <arm_neon.h>
|
#include <arm_neon.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __JETBRAINS_IDE__
|
||||||
|
// Help jetbrains IDEs like CLion and Rider with intellisense & debugging
|
||||||
|
#define CLAY_IMPLEMENTATION
|
||||||
|
#endif
|
||||||
|
|
||||||
// -----------------------------------------
|
// -----------------------------------------
|
||||||
// HEADER DECLARATIONS ---------------------
|
// HEADER DECLARATIONS ---------------------
|
||||||
// -----------------------------------------
|
// -----------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user