Add moodycamel concurrentqueue
This commit is contained in:
15
3rdParty/moodycamel_concurrentqueue/CMakeLists.txt
vendored
Normal file
15
3rdParty/moodycamel_concurrentqueue/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
include(FetchContent)
|
||||
|
||||
if(NOT DEFINED MOODY_CONCURRENTQUEUE_REPO)
|
||||
set(MOODY_CONCURRENTQUEUE_REPO https://github.com/cameron314/concurrentqueue.git)
|
||||
endif ()
|
||||
|
||||
FetchContent_Declare(
|
||||
moodycamel_concurrentqueue
|
||||
EXCLUDE_FROM_ALL
|
||||
GIT_REPOSITORY ${MOODY_CONCURRENTQUEUE_REPO}
|
||||
GIT_TAG v1.0.4
|
||||
GIT_SHALLOW TRUE
|
||||
)
|
||||
FetchContent_MakeAvailable(moodycamel_concurrentqueue)
|
||||
|
||||
Reference in New Issue
Block a user