1
0
Fork 0
mirror of https://gitlab.com/niansa/discord_llama.git synced 2025-03-06 20:48:25 +01:00
discord_llama/thread-pool/CMakeLists.txt
2023-05-04 13:26:40 +00:00

5 lines
151 B
CMake

cmake_minimum_required (VERSION 3.5)
project (threadpool)
add_library(threadpool INTERFACE)
target_include_directories(threadpool INTERFACE include)