build: move third party libraries to lib/third_party (#1417)

Co-authored-by: Nik <werwolv98@gmail.com>
This commit is contained in:
iTrooz
2023-11-12 02:02:54 +01:00
committed by GitHub
parent b04cb7648e
commit f0465c63ed
79 changed files with 29 additions and 28 deletions

View File

@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.16)
project(jthread)
add_library(jthread INTERFACE)
target_include_directories(jthread INTERFACE includes)