mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-03 05:57:40 -05:00
build: Use custom jthread implementation if standard one is not available
This commit is contained in:
7
lib/external/jthread/includes/jthread.hpp
vendored
Normal file
7
lib/external/jthread/includes/jthread.hpp
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#if __has_include(<jthread>)
|
||||
#include <jthread>
|
||||
#else
|
||||
#include "../jthread/source/jthread.hpp"
|
||||
#endif
|
||||
Reference in New Issue
Block a user