ar.falsy.cat

Search

Search IconIcon to open search

tinycthread

Last updated Mar 9, 2023

tinycthread / API doc

# 概要

# 導入方法

# CMake: FetchContent

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# ---- tinycthread ----
# repository: https://github.com/tinycthread/tinycthread
# license   : zlib

FetchContent_Declare(
  tinycthread
  GIT_REPOSITORY "https://github.com/tinycthread/tinycthread.git"
  GIT_TAG        "6957fc8383d6c7db25b60b8c849b29caab1caaee"
)
FetchContent_MakeAvailable(tinycthread)