mirror of
https://gitlab.com/niansa/discord_llama.git
synced 2025-03-06 20:48:25 +01:00
5 lines
151 B
CMake
5 lines
151 B
CMake
cmake_minimum_required (VERSION 3.5)
|
|
project (threadpool)
|
|
|
|
add_library(threadpool INTERFACE)
|
|
target_include_directories(threadpool INTERFACE include)
|