diff options
Diffstat (limited to '3rdparty/benchmark/cmake/thread_safety_attributes.cpp')
-rw-r--r-- | 3rdparty/benchmark/cmake/thread_safety_attributes.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/3rdparty/benchmark/cmake/thread_safety_attributes.cpp b/3rdparty/benchmark/cmake/thread_safety_attributes.cpp new file mode 100644 index 00000000000..46161babdb1 --- /dev/null +++ b/3rdparty/benchmark/cmake/thread_safety_attributes.cpp @@ -0,0 +1,4 @@ +#define HAVE_THREAD_SAFETY_ATTRIBUTES +#include "../src/mutex.h" + +int main() {} |